From a17a909fd91a5d30a1104c1a9409999639b6af74 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:45:49 +0100 Subject: [PATCH] make waffle osd initially closed --- .../quickshell/ii/modules/waffle/onScreenDisplay/WaffleOSD.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/waffle/onScreenDisplay/WaffleOSD.qml b/dots/.config/quickshell/ii/modules/waffle/onScreenDisplay/WaffleOSD.qml index 538fa264e..5f0dafd15 100644 --- a/dots/.config/quickshell/ii/modules/waffle/onScreenDisplay/WaffleOSD.qml +++ b/dots/.config/quickshell/ii/modules/waffle/onScreenDisplay/WaffleOSD.qml @@ -75,7 +75,7 @@ Scope { // The actual thing Loader { id: panelLoader - active: GlobalStates.osdBrightnessOpen || GlobalStates.osdVolumeOpen + active: false sourceComponent: PanelWindow { id: panelWindow