From 94d9dd6facf8d13f72c979cccaf5089b360430dd Mon Sep 17 00:00:00 2001 From: Hannes Date: Tue, 1 Sep 2026 14:37:46 +0200 Subject: [PATCH] feat: update bar height configuration and bar visibilty on fullscreen --- modules/bar/Bar.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 0aa7e6d..847fa58 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -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