Regenerated

This commit is contained in:
2026-04-26 10:26:02 +02:00
parent d795e633a5
commit 278845d900
3 changed files with 494 additions and 509 deletions
+418 -423
View File
File diff suppressed because it is too large Load Diff
+38 -43
View File
@@ -5024,7 +5024,41 @@ window#waybar {
#datestuff,
#system,
#notifications {
padding: 0px 12px;
margin: 0px 12px;
}
/* --- Group-level theming (replaces per-module .modules-* rules) --- */
#hardware,
#workspaces,
#sporadic,
#audio,
#tray,
#datestuff,
#system,
#notifications,
#connections {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
/* --- Group-level label padding --- */
#hardware label,
#workspaces label,
#sporadic label,
#audio label,
#tray label,
#datestuff label,
#system label,
#notifications label,
#connections label {
padding: 0px 5px;
transition: padding 0.2s ease;
}
/* --- Group anchors default visible --- */
@@ -5057,31 +5091,6 @@ window#waybar {
min-width: 80px;
}
/* MODULES */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
.modules-left > widget label,
.modules-left > label ,
.modules-center > widget label,
.modules-center > label,
.modules-right > widget label,
.modules-right > label {
padding: 0px 5px;
transition: padding 0.2s ease;
}
/* -----------------------------
WORKSPACES / WINDOWS MODULE
@@ -5094,11 +5103,11 @@ window#waybar {
padding: 0 6px;
margin: 0;
border-radius: 30px;
transition: none; /* disable hover animation */
transition: none;
}
/* Active vs inactive workspace colors */
#workspaces button.active {
#workspaces button.active {
background: linear-gradient(45deg, @blue, @green);
color: @base;
}
@@ -5106,7 +5115,7 @@ window#waybar {
activeworkspaces:not(.active) {
background: linear-gradient(@base-alpha, @base-alpha);
border: 2px solid transparent;
color: @text-muted; /* inactive text color */
color: @text-muted;
}
label#custom-windows.module {
@@ -5227,20 +5236,6 @@ label#custom-windows:not(.active) {
#custom-notifications {
min-width: 80px;
}
/* --------------------------------------------------------- */
/* GLOBAL MODULE SPACING */
#idle_inhibitor,
#battery:not(.warn),
#cpu,
#memory,
#temperature,
#network,
#pulseaudio,
#clock,
#tray {
}
#+END_SRC
** =generated/.config/scripts/bluetooth-status.sh=
@@ -30,7 +30,41 @@ window#waybar {
#datestuff,
#system,
#notifications {
padding: 0px 12px;
margin: 0px 12px;
}
/* --- Group-level theming (replaces per-module .modules-* rules) --- */
#hardware,
#workspaces,
#sporadic,
#audio,
#tray,
#datestuff,
#system,
#notifications,
#connections {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
/* --- Group-level label padding --- */
#hardware label,
#workspaces label,
#sporadic label,
#audio label,
#tray label,
#datestuff label,
#system label,
#notifications label,
#connections label {
padding: 0px 5px;
transition: padding 0.2s ease;
}
/* --- Group anchors default visible --- */
@@ -63,31 +97,6 @@ window#waybar {
min-width: 80px;
}
/* MODULES */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
min-width: 80px;
color: @text;
font-weight: bold;
border-radius: 30px;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
.modules-left > widget label,
.modules-left > label ,
.modules-center > widget label,
.modules-center > label,
.modules-right > widget label,
.modules-right > label {
padding: 0px 5px;
transition: padding 0.2s ease;
}
/* -----------------------------
WORKSPACES / WINDOWS MODULE
@@ -100,11 +109,11 @@ window#waybar {
padding: 0 6px;
margin: 0;
border-radius: 30px;
transition: none; /* disable hover animation */
transition: none;
}
/* Active vs inactive workspace colors */
#workspaces button.active {
#workspaces button.active {
background: linear-gradient(45deg, @blue, @green);
color: @base;
}
@@ -112,7 +121,7 @@ window#waybar {
activeworkspaces:not(.active) {
background: linear-gradient(@base-alpha, @base-alpha);
border: 2px solid transparent;
color: @text-muted; /* inactive text color */
color: @text-muted;
}
label#custom-windows.module {
@@ -233,17 +242,3 @@ label#custom-windows:not(.active) {
#custom-notifications {
min-width: 80px;
}
/* --------------------------------------------------------- */
/* GLOBAL MODULE SPACING */
#idle_inhibitor,
#battery:not(.warn),
#cpu,
#memory,
#temperature,
#network,
#pulseaudio,
#clock,
#tray {
}