disable the hyprpanel shadow

Former-commit-id: 480e2bf2da
This commit is contained in:
Hadi
2025-02-19 10:43:53 +01:00
parent ad0cc491f8
commit d5e56f4092

View File

@@ -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"}";
};
};
}