Regenerated

This commit is contained in:
2026-04-08 22:06:23 +02:00
parent 43d4437073
commit b63b8311f8
3 changed files with 325 additions and 377 deletions
+306 -323
View File
File diff suppressed because it is too large Load Diff
+10 -27
View File
@@ -2913,8 +2913,6 @@ window#waybar {
color: @text;
}
/* Shared styles for all modules */
.modules-center > widget {
min-width: 80px;
color: @text;
@@ -2926,16 +2924,18 @@ window#waybar {
border: 2px solid transparent;
}
.modules-center > box + box {
min-width: 80px;
margin-left: 10px;
}
.modules-center > widget:not(#custom-spacer) label {
padding: 0 10px;
transition: padding 0.2s ease;
}
.modules-center > label {
min-width: 80px;
padding: 0px 10px;
transition: padding 0.2s ease;
}
/* --- Group specifics --- */
@@ -2956,41 +2956,23 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease;
}
/* --------------------------------------------------------- */
/* All workspace buttons */
/* --------------------------------------------------------- */
#workspaces button label {
workspaces button {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: transparent;
font-weight: normal;
font-size: 12px;
transition: all 0.2s ease;
min-width: 30px;
}
#workspaces button.active label {
#workspaces button.active {
font-weight: bold;
font-size: 16px;
}
#workspaces button:hover {
background: transparent;
}
/* --------------------------------------------------------- */
/* Styled Modules */
/* --------------------------------------------------------- */
#pulseaudio-slider.widget {
min-width: 100px; /* make it 100px wide */
}
/* --------------------------------------------------------- */
/* Unstyled Modules */
/* --------------------------------------------------------- */
#clock,
#idle_inhibitor,
#battery,
@@ -3035,6 +3017,7 @@ window#waybar {
#temperature.critical {
background-color: @red;
}
#+END_SRC
** =.config/waybar/scripts/bluetooth-status.sh=
+9 -27
View File
@@ -53,8 +53,6 @@ window#waybar {
color: @text;
}
/* Shared styles for all modules */
.modules-center > widget {
min-width: 80px;
color: @text;
@@ -66,16 +64,18 @@ window#waybar {
border: 2px solid transparent;
}
.modules-center > box + box {
min-width: 80px;
margin-left: 10px;
}
.modules-center > widget:not(#custom-spacer) label {
padding: 0 10px;
transition: padding 0.2s ease;
}
.modules-center > label {
min-width: 80px;
padding: 0px 10px;
transition: padding 0.2s ease;
}
/* --- Group specifics --- */
@@ -96,41 +96,23 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease;
}
/* --------------------------------------------------------- */
/* All workspace buttons */
/* --------------------------------------------------------- */
#workspaces button label {
workspaces button {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: transparent;
font-weight: normal;
font-size: 12px;
transition: all 0.2s ease;
min-width: 30px;
}
#workspaces button.active label {
#workspaces button.active {
font-weight: bold;
font-size: 16px;
}
#workspaces button:hover {
background: transparent;
}
/* --------------------------------------------------------- */
/* Styled Modules */
/* --------------------------------------------------------- */
#pulseaudio-slider.widget {
min-width: 100px; /* make it 100px wide */
}
/* --------------------------------------------------------- */
/* Unstyled Modules */
/* --------------------------------------------------------- */
#clock,
#idle_inhibitor,
#battery,