fix: inhibitor wont inhibit shutdown and adjusted position of audioman
This commit is contained in:
parent
f0aa20544f
commit
d94cc5573c
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue