diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-31 20:30:19 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-31 20:30:19 -0400 |
| commit | 86a5b350a7bf57aede15d7fe063a5af5878d7d7b (patch) | |
| tree | 671137f111f5fe1e29bc0916e8c89d4854510ea3 /.local/bin/statusbar/cpu | |
| parent | 581924c71c8890374d57164403b4634d4477b743 (diff) | |
| download | eibhear-86a5b350a7bf57aede15d7fe063a5af5878d7d7b.tar.gz eibhear-86a5b350a7bf57aede15d7fe063a5af5878d7d7b.tar.zst eibhear-86a5b350a7bf57aede15d7fe063a5af5878d7d7b.zip | |
labels moved to scripts for dwm compatibility
Diffstat (limited to '.local/bin/statusbar/cpu')
| -rwxr-xr-x | .local/bin/statusbar/cpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/cpu b/.local/bin/statusbar/cpu index 3b1394a..5b5528e 100755 --- a/.local/bin/statusbar/cpu +++ b/.local/bin/statusbar/cpu @@ -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}' |
