diff --git a/.config/systemd/user/gammastep-refresh.service b/.config/systemd/user/gammastep-refresh.service deleted file mode 100644 index 6082b12..0000000 --- a/.config/systemd/user/gammastep-refresh.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Refresh gammastep settings - -[Service] -Type=simple -Environment=WAYLAND_DISPLAY=wayland-1 -ExecStart=/bin/bash -c '/usr/bin/pkill gammastep; /usr/bin/gammastep -l 41.0:29.0 -t 6500:3000 -b 1.0:0.8' - diff --git a/.config/systemd/user/hyprshade-auto.timer b/.config/systemd/user/hyprshade-auto.timer new file mode 100644 index 0000000..a8180db --- /dev/null +++ b/.config/systemd/user/hyprshade-auto.timer @@ -0,0 +1,11 @@ +[Unit] +Description=Run Hyprshade Auto Check Every 60 Minutes + +[Timer] +OnBootSec=30 +OnUnitActiveSec=1h +AccuracySec=1min +Persistent=true + +[Install] +WantedBy=timers.target