Compare commits

...
Author SHA1 Message Date
Damocles
c55ddd95b5 halve lock screen wave animation duration to 3s 2026-04-18 12:59:12 +02:00
Damocles
e034b2085b fix systemd rate limit keys in wrong section 2026-04-18 12:48:56 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -279,13 +279,13 @@ in
Description = "nova-shell Quickshell bar";
PartOf = [ cfg.systemd.target ];
After = [ cfg.systemd.target ];
StartLimitIntervalSec = 30;
StartLimitBurst = 5;
};
Service = {
ExecStart = lib.getExe cfg.package;
Restart = "always";
RestartSec = 1;
StartLimitIntervalSec = 30;
StartLimitBurst = 5;
Slice = "session.slice";
};
Install.WantedBy = [ cfg.systemd.target ];

View file

@ -43,7 +43,7 @@ Item {
NumberAnimation {
from: -fx._waveMargin
to: fx.width + fx._waveMargin
duration: 6000
duration: 3000
easing.type: Easing.InOutSine
}
PauseAnimation {