Add files via upload

This commit is contained in:
FURK4NGG
2025-08-12 03:20:31 +03:00
committed by GitHub
parent e42d972a95
commit 4ddc0237db
2 changed files with 19 additions and 0 deletions
@@ -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'
@@ -0,0 +1,11 @@
[Unit]
Description=Run gammastep refresh every hour
[Timer]
OnBootSec=1min
OnCalendar=hourly
Persistent=true
[Install]
WantedBy=timers.target