mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
auto up
This commit is contained in:
@@ -17,10 +17,10 @@ in {
|
||||
};
|
||||
|
||||
systemd.user.timers.hyprshade-toggle = {
|
||||
description = "Run hyprshade-toggle every 5 minutes";
|
||||
description = "Run hyprshade toggle";
|
||||
timerConfig = {
|
||||
OnBootSec = "1min";
|
||||
OnUnitActiveSec = "5min";
|
||||
OnUnitActiveSec = "3min";
|
||||
AccuracySec = "30s";
|
||||
};
|
||||
wantedBy = [ "timers.target" ];
|
||||
|
||||
Reference in New Issue
Block a user