emacs packages and small script changes plus ydotool

This commit is contained in:
Chris Cochrun 2022-12-02 06:15:13 -06:00
parent 32a7b0f62f
commit 3817f015d2
6 changed files with 15 additions and 9 deletions

View file

@ -7,6 +7,6 @@ percent=$(bc -l <<< "100 * $total / $used")
mem=$(awk -v u=$used -v t=$total -v p=$percent 'BEGIN {printf "%sMi/%sMi %.1f% ", t, u, p}'| awk '{printf $2}')
echo "$mem"
echo "$mem "
# echo " $mem | color=#9aedfe font='VictorMono Nerd Font' size=11"
# echo " $mem | color=#007687 font='VictorMono Nerd Font' size=11"