mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
Change notification opacity
This commit is contained in:
@@ -23,6 +23,8 @@ let
|
|||||||
transparent = config.theme.bar.transparent;
|
transparent = config.theme.bar.transparent;
|
||||||
position = config.theme.bar.position;
|
position = config.theme.bar.position;
|
||||||
|
|
||||||
|
notificationOpacity = 90;
|
||||||
|
|
||||||
location = config.var.location;
|
location = config.var.location;
|
||||||
in {
|
in {
|
||||||
|
|
||||||
@@ -187,7 +189,7 @@ in {
|
|||||||
"notifications.position" = "top right";
|
"notifications.position" = "top right";
|
||||||
"notifications.showActionsOnHover" = true;
|
"notifications.showActionsOnHover" = true;
|
||||||
"theme.notification.enableShadow" = true;
|
"theme.notification.enableShadow" = true;
|
||||||
"theme.notification.opacity" = 85;
|
"theme.notification.opacity" = notificationOpacity;
|
||||||
"theme.notification.background" = "${background-alt}";
|
"theme.notification.background" = "${background-alt}";
|
||||||
"theme.notification.actions.background" = "${accent}";
|
"theme.notification.actions.background" = "${accent}";
|
||||||
"theme.notification.actions.text" = "${foreground}";
|
"theme.notification.actions.text" = "${foreground}";
|
||||||
|
|||||||
Reference in New Issue
Block a user