From 7e4213842e9134585118a41c39751220c35fe226 Mon Sep 17 00:00:00 2001 From: FinnPL Date: Tue, 2 Dec 2025 00:26:40 +0100 Subject: [PATCH] fix --- modules/quickshell/shell-config.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/quickshell/shell-config.nix b/modules/quickshell/shell-config.nix index a53528c..14a194c 100644 --- a/modules/quickshell/shell-config.nix +++ b/modules/quickshell/shell-config.nix @@ -77,10 +77,12 @@ # Generate the illogical-impulse config.json as a file in the nix store illogicalImpulseConfig = pkgs.writeText "illogical-impulse-config.json" (builtins.toJSON { - # Minimal set of panels for better performance + # Panels to enable enabledPanels = [ "iiBar" + "iiBackground" "iiLock" + "iiMediaControls" "iiNotificationPopup" "iiOnScreenDisplay" "iiOverview"