mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 19:01:50 +00:00
Merge pull request #126 from nollidnosnhoj/powermenu-ipc
add power menu ipc handler, merged but I'll rename it to "ipc call powerPanel toggle" thanks!
This commit is contained in:
@@ -73,4 +73,12 @@ Item {
|
||||
BrightnessService.decreaseBrightness()
|
||||
}
|
||||
}
|
||||
|
||||
IpcHandler {
|
||||
target: "powerMenu"
|
||||
|
||||
function toggle() {
|
||||
powerPanel.toggle(Quickshell.screens[0])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user