Regenerated

This commit is contained in:
2026-04-23 19:07:29 +02:00
parent d0847ac23d
commit a0ca179798
3 changed files with 395 additions and 395 deletions
+385 -385
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -4973,9 +4973,9 @@ window#waybar {
#custom-tray-anchor, #custom-tray-anchor,
#custom-system-anchor, #custom-system-anchor,
#custom-connections-anchor { #custom-connections-anchor {
min-width: 80px; min-width: 60px;
padding: 0 5px; padding: 0 5px;
margin: 0 2px; margin: 0 5px;
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;
} }
@@ -4995,14 +4995,14 @@ window#waybar {
#tray:hover, #tray:hover,
#system:hover, #system:hover,
#connections:hover { #connections:hover {
min-width: 80px; min-width: 60px;
} }
/* MODULES */ /* MODULES */
.modules-left > widget, .modules-left > widget,
.modules-center > widget, .modules-center > widget,
.modules-right > widget { .modules-right > widget {
min-width: 80px; min-width: 60px;
color: @text; color: @text;
font-weight: bold; font-weight: bold;
border-radius: 30px; border-radius: 30px;
@@ -5104,7 +5104,7 @@ label#custom-windows:not(.active) {
} }
#pulseaudio-slider trough { #pulseaudio-slider trough {
min-height: 10px; min-height: 10px;
min-width: 80px; min-width: 60px;
border-radius: 30px; border-radius: 30px;
background: transparent; background: transparent;
} }
@@ -25,9 +25,9 @@ window#waybar {
#custom-tray-anchor, #custom-tray-anchor,
#custom-system-anchor, #custom-system-anchor,
#custom-connections-anchor { #custom-connections-anchor {
min-width: 80px; min-width: 60px;
padding: 0 5px; padding: 0 5px;
margin: 0 2px; margin: 0 5px;
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;
} }
@@ -47,14 +47,14 @@ window#waybar {
#tray:hover, #tray:hover,
#system:hover, #system:hover,
#connections:hover { #connections:hover {
min-width: 80px; min-width: 60px;
} }
/* MODULES */ /* MODULES */
.modules-left > widget, .modules-left > widget,
.modules-center > widget, .modules-center > widget,
.modules-right > widget { .modules-right > widget {
min-width: 80px; min-width: 60px;
color: @text; color: @text;
font-weight: bold; font-weight: bold;
border-radius: 30px; border-radius: 30px;
@@ -156,7 +156,7 @@ label#custom-windows:not(.active) {
} }
#pulseaudio-slider trough { #pulseaudio-slider trough {
min-height: 10px; min-height: 10px;
min-width: 80px; min-width: 60px;
border-radius: 30px; border-radius: 30px;
background: transparent; background: transparent;
} }