a lot of updates to move back to awesome

This commit is contained in:
Chris Cochrun 2023-03-21 09:49:24 -05:00
parent 35f62562e9
commit c934ed25bc
14 changed files with 63 additions and 61 deletions

View file

@ -4,5 +4,5 @@
# echo 100 - $(mpstat | rg all | cut -d \ -f43) | bc
cpu="$(mpstat 1 1 | rg Average | awk '{print $3+$4+$5}' | sed 's/\(.*\)/\1%/g')"
echo "$cpu"
# echo " $cpu | color=#D75F00 font='VictorMono Nerd Font' size=11"
# echo " $cpu"
echo "$cpu | bash='alacritty -e btop --class btop' color=#D75F00 font='VictorMono Nerd Font' size=11 iconname=cpu-symbolic"