This commit is contained in:
2026-03-30 16:27:20 -05:00
parent 7a15a983af
commit 888a607ff7
6 changed files with 257 additions and 5 deletions

View File

@@ -40,6 +40,12 @@ PanelWindow {
Component.onCompleted: {
root.hyprcmds.forEach((c) => { Hyprland.dispatch(c) })
Hyprland.rawEvent.connect((e) => {
if(e.name == "configreloaded") {
root.hyprcmds.forEach((c) => { Hyprland.dispatch(c) })
}
})
}
property int topEx: topRect.reserve