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 | |
parent | abca8c3a57d061435da6aa9c7ef7f54236d2d734 (diff) |
Switched from Dunst to Mako
Diffstat (limited to '.config')
-rw-r--r-- | .config/mako/config | 15 | ||||
-rwxr-xr-x | .config/river/autostart.sh | 4 |
2 files changed, 17 insertions, 2 deletions
diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..5a9efb7 --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,15 @@ +font=GoMono Nerd Font 10 +default-timeout=5000 +layer=overlay +width=300 +height=500 +anchor=top-right +margin=15 + +background-color=#000000AA +text-color=#FFFFFF +border-color=#33CCFF +progress-color=#458588 + +[summary=" 📅 Calendar"] +width=180 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 & |