updating EVERYTHING for arch again

This commit is contained in:
Chris Cochrun 2022-06-23 12:17:54 -05:00
parent 270b92d0c2
commit d0ef589a39
20 changed files with 120 additions and 74 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 | color=#ff9f43 font='VictorMono Nerd Font' size=11"
echo "$cpu | font='VictorMono Nerd Font' color=#ff9f43 size=11"
# echo " $cpu | color=#D75F00 font='VictorMono Nerd Font' size=11"