update dwm config

This commit is contained in:
pim-wtf
2023-04-06 14:09:17 +02:00
parent a83fd86084
commit fbde8ab585
11 changed files with 142 additions and 30 deletions

View File

@ -28,7 +28,7 @@ pkg_updates() {
}
battery() {
get_capacity="$(cat /sys/class/power_supply/BAT1/capacity)"
get_capacity="$(cat /sys/class/power_supply/BAT0/capacity)"
printf "^c$blue^  $get_capacity"
}