From d5e56f40929687a878d39a397adc893c3e4f2e2a Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:43:53 +0100 Subject: [PATCH] disable the hyprpanel shadow Former-commit-id: 480e2bf2da78d8be68656becbc101c7eadc26ea1 --- home/system/hyprpanel/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/system/hyprpanel/default.nix b/home/system/hyprpanel/default.nix index 3e599b5..3b0f4d0 100644 --- a/home/system/hyprpanel/default.nix +++ b/home/system/hyprpanel/default.nix @@ -180,6 +180,10 @@ in { "bar.workspaces.showApplicationIcons" = true; "bar.workspaces.showWsIcons" = true; "theme.bar.dropdownGap" = "4.5em"; + "theme.bar.menus.shadow" = "${if transparent then + "0 0 0 0" + else + "0px 0px 3px 1px #16161e"}"; }; }; }