Browse Source

Add dwm_keyboard to dwm_bar.sh

patch-fontkeys
joestandring 5 years ago
parent
commit
f05174fcb8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      dwm_bar.sh

+ 2
- 1
dwm_bar.sh View File

@ -20,11 +20,12 @@ DIR=$(dirname "$LOC")
. "$DIR/functions/dwm_mail.sh"
. "$DIR/functions/dwm_alsa.sh"
. "$DIR/functions/dwm_weather.sh"
. "$DIR/functions/dwm_keyboard.sh"
. "$DIR/functions/dwm_date.sh"
# Update dwm's status bar every second
while true
do
xsetroot -name "$(dwm_countdown)$(dwm_cmus)$(dwm_resources)$(dwm_mail)$(dwm_alsa)$(dwm_weather)$(dwm_date)"
xsetroot -name "$(dwm_countdown)$(dwm_cmus)$(dwm_resources)$(dwm_mail)$(dwm_alsa)$(dwm_weather)$(dwm_keyboard)$(dwm_date)"
sleep 1
done

Loading…
Cancel
Save