Change notification opacity

This commit is contained in:
Hadi
2025-03-26 17:01:59 +01:00
parent 3f1421b491
commit f07a41a7d1

View File

@@ -23,6 +23,8 @@ let
transparent = config.theme.bar.transparent;
position = config.theme.bar.position;
notificationOpacity = 90;
location = config.var.location;
in {
@@ -187,7 +189,7 @@ in {
"notifications.position" = "top right";
"notifications.showActionsOnHover" = true;
"theme.notification.enableShadow" = true;
"theme.notification.opacity" = 85;
"theme.notification.opacity" = notificationOpacity;
"theme.notification.background" = "${background-alt}";
"theme.notification.actions.background" = "${accent}";
"theme.notification.actions.text" = "${foreground}";