Browse Source

Added dwm_Battery to dwm_bar.sh. Oops!

main
joestandring 5 years ago
parent
commit
228be776f1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      dwm_bar.sh

+ 2
- 1
dwm_bar.sh View File

@ -21,6 +21,7 @@ export IDENTIFIER="unicode"
. "$DIR/bar-functions/dwm_countdown.sh"
. "$DIR/bar-functions/dwm_cmus.sh"
. "$DIR/bar-functions/dwm_resources.sh"
. "$DIR/bar-functions/dwm_battery.sh"
. "$DIR/bar-functions/dwm_mail.sh"
. "$DIR/bar-functions/dwm_alsa.sh"
. "$DIR/bar-functions/dwm_pulse.sh"
@ -33,6 +34,6 @@ export IDENTIFIER="unicode"
# Update dwm status bar every second
while true
do
xsetroot -name "$(dwm_countdown)$(dwm_cmus)$(dwm_resources)$(dwm_mail)$(dwm_alsa)$(dwm_weather)$(dwm_vpn)$(dwm_network)$(dwm_keyboard)$(dwm_date)"
xsetroot -name "$(dwm_countdown)$(dwm_cmus)$(dwm_resources)$(dwm_battery)$(dwm_mail)$(dwm_alsa)$(dwm_weather)$(dwm_vpn)$(dwm_network)$(dwm_keyboard)$(dwm_date)"
sleep 1
done

Loading…
Cancel
Save