Add dunst config

This commit is contained in:
Stephan Raabe
2023-04-08 16:26:43 +02:00
parent 7b90e7964a
commit e29f40fabc
5 changed files with 495 additions and 22 deletions
+7
View File
@@ -10,6 +10,7 @@
# -----------------------------------------------------
echo "Changing theme..."
# Update Wallpaper with pywal
wal -q -i ~/wallpaper/
@@ -19,4 +20,10 @@ sleep 1
# Reload qtile to color bar
qtile cmd-obj -o cmd -f reload_config
# Get new theme
source "$HOME/.cache/wal/colors.sh"
# Send notification
notify-send "Theme updated" "Theme updated with image. \n $wallpaper"
echo "Done."