Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c55ddd95b5 | ||
|
|
e034b2085b |
2 changed files with 3 additions and 3 deletions
|
|
@ -279,13 +279,13 @@ in
|
||||||
Description = "nova-shell Quickshell bar";
|
Description = "nova-shell Quickshell bar";
|
||||||
PartOf = [ cfg.systemd.target ];
|
PartOf = [ cfg.systemd.target ];
|
||||||
After = [ cfg.systemd.target ];
|
After = [ cfg.systemd.target ];
|
||||||
|
StartLimitIntervalSec = 30;
|
||||||
|
StartLimitBurst = 5;
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = lib.getExe cfg.package;
|
ExecStart = lib.getExe cfg.package;
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 1;
|
RestartSec = 1;
|
||||||
StartLimitIntervalSec = 30;
|
|
||||||
StartLimitBurst = 5;
|
|
||||||
Slice = "session.slice";
|
Slice = "session.slice";
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ cfg.systemd.target ];
|
Install.WantedBy = [ cfg.systemd.target ];
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ Item {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
from: -fx._waveMargin
|
from: -fx._waveMargin
|
||||||
to: fx.width + fx._waveMargin
|
to: fx.width + fx._waveMargin
|
||||||
duration: 6000
|
duration: 3000
|
||||||
easing.type: Easing.InOutSine
|
easing.type: Easing.InOutSine
|
||||||
}
|
}
|
||||||
PauseAnimation {
|
PauseAnimation {
|
||||||
|
|
|
||||||
Reference in a new issue