Regenerated
This commit is contained in:
+391
-381
File diff suppressed because it is too large
Load Diff
+11
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user