From bdffc4c1789f052f2f5acb5b00901252fed61e38 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:44:15 +0300 Subject: [PATCH] Add hyprshade-auto.timer for scheduled tasks --- .config/systemd/user/gammastep-refresh.service | 8 -------- .config/systemd/user/hyprshade-auto.timer | 11 +++++++++++ 2 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 .config/systemd/user/gammastep-refresh.service create mode 100644 .config/systemd/user/hyprshade-auto.timer 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