Lotsa updates over time

This commit is contained in:
Hunter Haugen 2022-11-28 11:57:32 -08:00
parent 4843aa161c
commit d4fbf4d10b
Signed by: hunner
GPG key ID: EF99694AA599DDAD
11 changed files with 147 additions and 58 deletions

View file

@ -13,8 +13,8 @@ GFG='#379' # color of the gauge
GH=10 # height of the gauge
GBG='#333' # color of gauge background
#X=1807 # x position
X="$(expr "$(xdpyinfo | grep dimensions | sed -r 's/^[^0-9]*([0-9]+)x[0-9]+.*$/\1/')" - $W - 1)" # x position
Y=1 # y position
X="$(expr "$(xdpyinfo | grep dimensions | sed -r 's/^[^0-9]*([0-9]+)x[0-9]+.*$/\1/')" - $W - 2)" # x position
Y=2 # y position
FN='xft:Liberation Mono:size=8' # font
STATEFILE='/sys/class/power_supply/BAT0/status' # battery's state file