add notifications for them switching

Amolith created

Change summary

dot_local/share/dark-mode.d/executable_swap.sh  | 1 +
dot_local/share/light-mode.d/executable_swap.sh | 1 +
2 files changed, 2 insertions(+)

Detailed changes

dot_local/share/dark-mode.d/executable_swap.sh 🔗

@@ -15,3 +15,4 @@ i3-msg exec "emacs --daemon"
 unlink ~/.wallpaper.png
 ln -s ~/Pictures/walls/catppuccin-macchiato.png ~/.wallpaper.png
 feh --bg-scale ~/.wallpaper.png
+notify-send "Theme switch complete"

dot_local/share/light-mode.d/executable_swap.sh 🔗

@@ -15,3 +15,4 @@ i3-msg exec "emacs --daemon"
 unlink ~/.wallpaper.png
 ln -s ~/Pictures/walls/catppuccin-latte.png ~/.wallpaper.png
 feh --bg-scale ~/.wallpaper.png
+notify-send "Theme switch complete"