mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
statusbar: added background for icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = "amd" ]; then
|
||||
sensors | awk '/Tctl/ {print " " $2}'
|
||||
sensors | awk '/Tctl/ {print "^b#282828^^c#dfdfdf^ ^d^ " $2}'
|
||||
elif [ "$1" = "intel" ]; then
|
||||
sensors | awk '/Core 0/ {print " " $3}'
|
||||
sensors | awk '/Core 0/ {print "^b#282828^^c#dfdfdf^ ^d^ " $3}'
|
||||
fi
|
||||
|
Reference in New Issue
Block a user