wmstartup, Conky: Add a second Conky bar
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user