|
|
@ -18,8 +18,8 @@ DIR=$(dirname "$LOC") |
|
|
|
export IDENTIFIER="unicode" |
|
|
|
|
|
|
|
# Change the charachter(s) used to seperate modules. If two are used, they will be placed at the start and end. |
|
|
|
export SEP1="[" |
|
|
|
export SEP2="]" |
|
|
|
export SEP1=" " |
|
|
|
export SEP2=" " |
|
|
|
|
|
|
|
# Import the modules |
|
|
|
. "$DIR/bar-functions/dwm_countdown.sh" |
|
|
@ -59,28 +59,28 @@ parallelize & |
|
|
|
while true |
|
|
|
do |
|
|
|
# Append results of each func one by one to the upperbar string |
|
|
|
upperbar="" |
|
|
|
upperbar="$upperbar$(dwm_connman)" |
|
|
|
upperbar="$upperbar$(dwm_countdown)" |
|
|
|
upperbar="$upperbar$(dwm_alarm)" |
|
|
|
upperbar="$upperbar$(dwm_transmission)" |
|
|
|
upperbar="$upperbar$(dwm_cmus)" |
|
|
|
upperbar="$upperbar$(dwm_mpc)" |
|
|
|
upperbar="$upperbar$(dwm_spotify)" |
|
|
|
upperbar="$upperbar$(dwm_resources)" |
|
|
|
upperbar="" |
|
|
|
# upperbar="$upperbar$(dwm_connman)" |
|
|
|
# upperbar="$upperbar$(dwm_countdown)" |
|
|
|
# upperbar="$upperbar$(dwm_alarm)" |
|
|
|
# upperbar="$upperbar$(dwm_transmission)" |
|
|
|
# upperbar="$upperbar$(dwm_cmus)" |
|
|
|
# upperbar="$upperbar$(dwm_mpc)" |
|
|
|
# upperbar="$upperbar$(dwm_spotify)" |
|
|
|
# upperbar="$upperbar$(dwm_resources)" |
|
|
|
upperbar="$upperbar$(dwm_battery)" |
|
|
|
upperbar="$upperbar$(dwm_mail)" |
|
|
|
upperbar="$upperbar$(dwm_backlight)" |
|
|
|
upperbar="$upperbar$(dwm_alsa)" |
|
|
|
# upperbar="$upperbar$(dwm_mail)" |
|
|
|
# upperbar="$upperbar$(dwm_backlight)" |
|
|
|
# upperbar="$upperbar$(dwm_alsa)" |
|
|
|
upperbar="$upperbar$(dwm_pulse)" |
|
|
|
upperbar="$upperbar${__DWM_BAR_WEATHER__}" |
|
|
|
upperbar="$upperbar$(dwm_vpn)" |
|
|
|
upperbar="$upperbar${__DWM_BAR_NETWORKMANAGER__}" |
|
|
|
# upperbar="$upperbar${__DWM_BAR_WEATHER__}" |
|
|
|
# upperbar="$upperbar$(dwm_vpn)" |
|
|
|
# upperbar="$upperbar${__DWM_BAR_NETWORKMANAGER__}" |
|
|
|
upperbar="$upperbar$(dwm_keyboard)" |
|
|
|
upperbar="$upperbar$(dwm_ccurse)" |
|
|
|
# upperbar="$upperbar$(dwm_ccurse)" |
|
|
|
upperbar="$upperbar$(dwm_date)" |
|
|
|
upperbar="$upperbar$(dwm_loadavg)" |
|
|
|
upperbar="$upperbar$(dwm_currency)" |
|
|
|
# upperbar="$upperbar$(dwm_loadavg)" |
|
|
|
# upperbar="$upperbar$(dwm_currency)" |
|
|
|
|
|
|
|
# Append results of each func one by one to the lowerbar string |
|
|
|
lowerbar="" |
|
|
|