fix: inhibitor wont inhibit shutdown and adjusted position of audioman

This commit is contained in:
Nydragon 2024-09-23 18:11:34 +02:00
parent f0aa20544f
commit d94cc5573c
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,6 @@ Singleton {
Process { Process {
running: inhibitor.active running: inhibitor.active
command: ["systemd-inhibit", "sleep", "infinity"] command: ["systemd-inhibit", "--what", "idle", "sleep", "infinity"]
} }
} }

View file

@ -7,8 +7,8 @@ import "root:base"
PopupWindow { PopupWindow {
anchor { anchor {
rect.x: 30 rect.x: lbar.width * 1.2
rect.y: 20 rect.y: lbar.width * 0.2
window: lbar window: lbar
} }