Regenerated

This commit is contained in:
2026-04-08 19:43:23 +02:00
parent 44c0f387a7
commit a301e11746
3 changed files with 317 additions and 308 deletions
+303 -300
View File
File diff suppressed because it is too large Load Diff
+7 -4
View File
@@ -2951,25 +2951,28 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease; transition: opacity 0.2s ease, width 0.2s ease;
} }
/* --------------------------------------------------------- */
/* All workspace buttons */ /* All workspace buttons */
/* --------------------------------------------------------- */
#workspaces button label { #workspaces button label {
padding: 0px 5px; padding: 0px 5px;
border-radius: 10px; border-radius: 10px;
border: 2px solid transparent; border: 2px solid transparent;
background-color: transparent; background-color: transparent;
font-weight: normal; font-weight: normal;
font-size: 12px;
transition: all 0.2s ease; transition: all 0.2s ease;
min-width: 30px; min-width: 30px;
} }
#workspaces button.active label { #workspaces button.active label {
font-size: 16px;
font-weight: bold; font-weight: bold;
} }
#workspaces button:hover {
background: transparent;
}
#clock, #clock,
#idle_inhibitor, #idle_inhibitor,
#battery, #battery,
+7 -4
View File
@@ -96,25 +96,28 @@ window#waybar {
transition: opacity 0.2s ease, width 0.2s ease; transition: opacity 0.2s ease, width 0.2s ease;
} }
/* --------------------------------------------------------- */
/* All workspace buttons */ /* All workspace buttons */
/* --------------------------------------------------------- */
#workspaces button label { #workspaces button label {
padding: 0px 5px; padding: 0px 5px;
border-radius: 10px; border-radius: 10px;
border: 2px solid transparent; border: 2px solid transparent;
background-color: transparent; background-color: transparent;
font-weight: normal; font-weight: normal;
font-size: 12px;
transition: all 0.2s ease; transition: all 0.2s ease;
min-width: 30px; min-width: 30px;
} }
#workspaces button.active label { #workspaces button.active label {
font-size: 16px;
font-weight: bold; font-weight: bold;
} }
#workspaces button:hover {
background: transparent;
}
#clock, #clock,
#idle_inhibitor, #idle_inhibitor,
#battery, #battery,