wmstartup, Conky: Add a second Conky bar

This commit is contained in:
2018-08-11 17:12:30 -05:00
parent a5db77f253
commit f933f6b726
3 changed files with 81 additions and 10 deletions

View File

@@ -103,7 +103,11 @@ $HOME/.config/polybar/start.sh &
printf " [INFO] Starting dunst\n"
dunst&
printf " [INFO] Starting conky\n"
conky&
# Use all the config files in its config directory
for file in $HOME/.config/conky/*.conf; do
printf " [INFO] Found config file $file\n"
conky -c $file&
done
# Wallpaper management
printf "[INFO] Setting wallpaper\n"
if which xfdesktop > /dev/null 2>&1; then