ensure dunst theme changes

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 🔗

@@ -5,6 +5,7 @@ chezmoi apply
 xfconf-query -c xsettings -p /Net/ThemeName -s "Catppuccin-Macchiato-Standard-Rosewater-Dark"
 xrdb -load ~/.Xresources
 pkill polybar
+pkill dunst
 i3-msg exec "polybar top"
 i3-msg exec "polybar bottom"
 doom sync

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

@@ -5,6 +5,7 @@ chezmoi apply
 xfconf-query -c xsettings -p /Net/ThemeName -s "Catppuccin-Latte-Standard-Rosewater-Light"
 xrdb -load ~/.Xresources
 pkill polybar
+pkill dunst
 i3-msg exec "polybar top"
 i3-msg exec "polybar bottom"
 doom sync