feat: update bar height configuration and bar visibilty on fullscreen

This commit is contained in:
Hannes
2026-09-01 14:37:46 +02:00
parent 764f8197fb
commit 94d9dd6fac
+1 -2
View File
@@ -9,13 +9,12 @@ PanelWindow {
id: panel
color: "transparent"
visible: Hyprland.monitorFor(screen).activeWorkspace.hasFullscreen
anchors.top: true
anchors.left: true
anchors.right: true
implicitHeight: Math.floor(screen.height * Config.barHeightRatio(screen.height))
implicitHeight: Config.barHeight(screen.height)
exclusiveZone: height // this is so context menus don't clip into the bar