the dark/light togglers

This commit is contained in:
2024-05-12 19:46:01 +03:00
parent 385d04e07a
commit 17d89cb5ca
9 changed files with 74 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
killall dunst
dunst -conf "$HOME/.config/dunstrc-dark" &
notify-send "Its dark outside"