the dark/light togglers
This commit is contained in:
4
dark-mode.d/executable_notifications.sh
Normal file
4
dark-mode.d/executable_notifications.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
killall dunst
|
||||
dunst -conf "$HOME/.config/dunstrc-dark" &
|
||||
notify-send "Its dark outside"
|
||||
Reference in New Issue
Block a user