From 4ddc0237db73c2bdbef13e7cf47a518f2b62161e Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 12 Aug 2025 03:20:31 +0300 Subject: [PATCH] Add files via upload --- .config/systemd/user/gammastep-refresh.service | 8 ++++++++ .config/systemd/user/gammastep-refresh.timer | 11 +++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .config/systemd/user/gammastep-refresh.service create mode 100644 .config/systemd/user/gammastep-refresh.timer diff --git a/.config/systemd/user/gammastep-refresh.service b/.config/systemd/user/gammastep-refresh.service new file mode 100644 index 0000000..6082b12 --- /dev/null +++ b/.config/systemd/user/gammastep-refresh.service @@ -0,0 +1,8 @@ +[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/gammastep-refresh.timer b/.config/systemd/user/gammastep-refresh.timer new file mode 100644 index 0000000..25764e0 --- /dev/null +++ b/.config/systemd/user/gammastep-refresh.timer @@ -0,0 +1,11 @@ +[Unit] +Description=Run gammastep refresh every hour + +[Timer] +OnBootSec=1min +OnCalendar=hourly +Persistent=true + +[Install] +WantedBy=timers.target +