remove ws, fmt
This commit is contained in:
parent
5316f40967
commit
cd45c2d9cf
17 changed files with 96 additions and 97 deletions
|
|
@ -15,9 +15,7 @@ Text {
|
|||
|
||||
Process {
|
||||
id: toggle
|
||||
command: ["sh", "-c", root.active
|
||||
? "pkill -x systemd-inhibit || true"
|
||||
: "systemd-inhibit --what=idle --who=nova-shell --why=user sleep infinity &"]
|
||||
command: ["sh", "-c", root.active ? "pkill -x systemd-inhibit || true" : "systemd-inhibit --what=idle --who=nova-shell --why=user sleep infinity &"]
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue