diff --git a/settings/hyprland.nix b/settings/hyprland.nix index e8a0bf8..8261d63 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -627,7 +627,12 @@ in } implicitHeight: 30 - color: Theme.barBg + color: "transparent" + + Rectangle { + anchors.fill: parent + color: Theme.barBg + } property var activeDropdown: null