From ce4ae6e233aca6942821502121ebab3b651404cb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 3 Aug 2021 22:13:19 +0200 Subject: gammastep: drop config, using wlsunset --- .config/gammastep/hooks/switch.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 .config/gammastep/hooks/switch.sh (limited to '.config/gammastep/hooks/switch.sh') diff --git a/.config/gammastep/hooks/switch.sh b/.config/gammastep/hooks/switch.sh deleted file mode 100755 index fae86ec..0000000 --- a/.config/gammastep/hooks/switch.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -set -x - -case "$1" in - period-changed) - - case "$3" in - night|transition) - notify-send gammastep "changing to night" - gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark - pkill -fe -USR2 waybar-gammastep - ;; - - daytime) - notify-send gammastep "changing to day" - gsettings set org.gnome.desktop.interface gtk-theme Adwaita - pkill -fe -USR1 waybar-gammastep - ;; - - none) - notify-send gammastep "turning off" - pkill -fe -USR1 waybar-gammastep - ;; - esac - ;; -esac -- cgit 1.4.1