Regenerated

This commit is contained in:
2026-04-27 23:01:39 +02:00
parent a5bf0d816e
commit 7c78fee0a1
3 changed files with 398 additions and 455 deletions
+6 -25
View File
@@ -5013,35 +5013,28 @@ window#waybar {
#system,
#notifications,
#connections {
/* min-width: 80px; */
color: @text;
font-weight: bold;
border-radius: 30px;
/* --- Option 1 Green blue filled
background:
linear-gradient(transparent, transparent) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
--- */
/* --- Option 2 default background green blue border
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
*/
/* --- Option 3 NO background, no border */
background: transparent;
border: 2px solid transparent;
/* --- Option 5 Solid border
background: transparent;
border: 2px solid @border;
--- */
margin: 0px 3px;
padding: 1px 4px;
}
@@ -5065,7 +5058,7 @@ window#waybar {
#custom-tray-anchor,
#custom-system-anchor,
#custom-connections-anchor {
min-width: 80px;
/* min-width: 80px; */
padding: 0 5px;
margin: 0 2px;
opacity: 1;
@@ -5083,14 +5076,6 @@ window#waybar {
margin: 0;
}
#hardware:hover,
#tray:hover,
#system:hover,
#connections:hover {
min-width: 80px;
}
/* -----------------------------
WORKSPACES / WINDOWS MODULE
----------------------------- */
@@ -5203,30 +5188,30 @@ label#custom-windows:not(.active) {
}
#batterywarn {
color: red;
color: @red;
animation: blink 0.5s linear infinite alternate;
border-radius: 30px;
border: 2px solid transparent;
}
#battery.warning:not(.charging) {
color: white;
color: @text;
animation: blink 0.5s linear infinite alternate;
border-radius: 30px;
border: 2px solid transparent;
}
#custom-battery-warn {
#custom-batterywarn {
margin: 0 5px;
padding: 0 10px;
color: white;
color: @red;
animation: blink 0.5s linear infinite alternate;
}
@keyframes blink {
to {
background-color: #ffffff;
color: black;
color: @base;
border-radius: 30px;
border: 2px solid transparent;
}
@@ -5243,10 +5228,6 @@ label#custom-windows:not(.active) {
border-radius: 30px;
border: 2px solid transparent;
}
#custom-notifications {
min-width: 80px;
}
#+END_SRC
** =generated/.config/scripts/bluetooth-status.sh=