From 8abd115df8354d52fb4224f0a4474954d67391de Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 20 Apr 2024 14:32:12 +0100 Subject: Switched from Dunst to Mako --- .config/river/autostart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/river') diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index 43e4462..a8d3b3c 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -23,8 +23,8 @@ read -r wallpaper<~/.cache/wallpaper pkill -f swaybg swaybg -m fill -i "$wallpaper" & -pkill -f dunst -dunst & +pkill -f mako +mako & pkill -f wlsunset wlsunset -l 57.4 -L -1.9 & -- cgit v1.2.3