diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-07-05 22:03:05 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-07-05 22:03:05 +0100 |
commit | a98e9c3815116aa4adbed16f0a31c5eddedb441a (patch) | |
tree | c48c49d95938203d951ef7e430720c9100935a42 /.config/maomao/autostart.sh | |
parent | 9625422f18850b5c42df20e1c1cd3d6493830fe1 (diff) |
Switched from mako to dunst due to issues with maomao
Diffstat (limited to '.config/maomao/autostart.sh')
-rwxr-xr-x | .config/maomao/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/maomao/autostart.sh b/.config/maomao/autostart.sh index 7a03929..1130af0 100755 --- a/.config/maomao/autostart.sh +++ b/.config/maomao/autostart.sh @@ -19,8 +19,8 @@ read -r wallpaper<"$HOME/.cache/wallpaper" pkill -f swaybg swaybg -m fill -i "$wallpaper" & -pkill -f mako -mako & +pkill -f dunst +dunst & pkill -f wlsunset wlsunset -l 57.4 -L -1.9 & |