Regenerated

This commit is contained in:
2026-04-23 19:19:52 +02:00
parent 636b8a5645
commit bb5a385292
3 changed files with 413 additions and 383 deletions
+391 -381
View File
File diff suppressed because it is too large Load Diff
+11 -1
View File
@@ -4975,7 +4975,7 @@ window#waybar {
#custom-connections-anchor { #custom-connections-anchor {
min-width: 60px; min-width: 60px;
padding: 0 5px; padding: 0 5px;
margin: 0 5px; margin: 0 2px;
opacity: 1; opacity: 1;
transition: opacity 0.2s ease, min-width 0.2s ease, padding 0.2s ease; transition: opacity 0.2s ease, min-width 0.2s ease, padding 0.2s ease;
} }
@@ -5115,6 +5115,16 @@ label#custom-windows:not(.active) {
border: 2px solid transparent; border: 2px solid transparent;
} }
/* ---- Notification ---*/
#custom-notifications.notification,
#custom-notifications.dnd-notification {
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
/* STATES / SPECIALS */ /* STATES / SPECIALS */
#idle_inhibitor.activated { #idle_inhibitor.activated {
@@ -27,7 +27,7 @@ window#waybar {
#custom-connections-anchor { #custom-connections-anchor {
min-width: 60px; min-width: 60px;
padding: 0 5px; padding: 0 5px;
margin: 0 5px; margin: 0 2px;
opacity: 1; opacity: 1;
transition: opacity 0.2s ease, min-width 0.2s ease, padding 0.2s ease; transition: opacity 0.2s ease, min-width 0.2s ease, padding 0.2s ease;
} }
@@ -167,6 +167,16 @@ label#custom-windows:not(.active) {
border: 2px solid transparent; border: 2px solid transparent;
} }
/* ---- Notification ---*/
#custom-notifications.notification,
#custom-notifications.dnd-notification {
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
/* STATES / SPECIALS */ /* STATES / SPECIALS */
#idle_inhibitor.activated { #idle_inhibitor.activated {