diff options
Diffstat (limited to '.local/bin/statusbar/memory')
| -rwxr-xr-x | .local/bin/statusbar/memory | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/memory b/.local/bin/statusbar/memory index dfd3d7b..c1f704f 100755 --- a/.local/bin/statusbar/memory +++ b/.local/bin/statusbar/memory @@ -6,4 +6,4 @@ case $BLOCK_BUTTON in - Click to show memory hogs." ;; esac -free -h | awk '/^Mem:/ {print $3 "/" $2}' +free -h | awk '/^Mem:/ {print "🧠", $3 "/" $2}' |
