labels moved to scripts for dwm compatibility

This commit is contained in:
Luke Smith
2020-03-31 20:30:19 -04:00
parent 581924c71c
commit 86a5b350a7
3 changed files with 3 additions and 5 deletions

View File

@@ -7,4 +7,4 @@ case $BLOCK_BUTTON in
- % is of single core." ;;
esac
sensors | awk '/Core 0/ {print $3}'
sensors | awk '/Core 0/ {print "🌡", $3}'

View File

@@ -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}'