diff options
| -rwxr-xr-x | bin/darkmode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/darkmode b/bin/darkmode index 19d60eb..5b97f61 100755 --- a/bin/darkmode +++ b/bin/darkmode @@ -6,7 +6,7 @@ set -e icons=/usr/share/icons/mdi/scalable case "${1}" in - daytime) + day*) notify-send -i ${icons}/car-light-high.svg -a gamma "gamma: day" "switching to light theme" gsettings set org.gnome.desktop.interface gtk-theme Adwaita pkill -fe -USR1 waybar-gammastep |