diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-04-20 14:32:12 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-04-20 14:32:12 +0100 |
commit | 8abd115df8354d52fb4224f0a4474954d67391de (patch) | |
tree | b3644e3c2b61badff0febc1958e2c625cb3abea0 /.config/river | |
parent | abca8c3a57d061435da6aa9c7ef7f54236d2d734 (diff) |
Switched from Dunst to Mako
Diffstat (limited to '.config/river')
-rwxr-xr-x | .config/river/autostart.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 & |