Add hyprshade-auto.timer for scheduled tasks
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user