keybinds working for logout menu, very cool

This commit is contained in:
2026-08-17 17:05:09 +01:00
parent 4a813121c7
commit 3c7f2c2b75
3 changed files with 87 additions and 42 deletions

View File

@@ -3,7 +3,9 @@ import QtQuick.Effects
import QtQuick.Layouts
import Quickshell
import Quickshell.Hyprland
import Quickshell.Wayland
import "./Bar"
import "./Services/"
import "Color.js" as Colors
Scope {
@@ -25,6 +27,7 @@ Scope {
required property var modelData
property HyprlandMonitor monitor: Hyprland.monitorFor(modelData)
WlrLayershell.keyboardFocus: IpcManager.focusState
color: "transparent"
exclusionMode: ExclusionMode.Normal
exclusiveZone: barExclusionZone