Regenerated
This commit is contained in:
+418
-423
File diff suppressed because it is too large
Load Diff
+38
-43
@@ -5024,7 +5024,41 @@ window#waybar {
|
|||||||
#datestuff,
|
#datestuff,
|
||||||
#system,
|
#system,
|
||||||
#notifications {
|
#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 --- */
|
/* --- Group anchors default visible --- */
|
||||||
@@ -5057,31 +5091,6 @@ window#waybar {
|
|||||||
min-width: 80px;
|
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
|
WORKSPACES / WINDOWS MODULE
|
||||||
@@ -5094,11 +5103,11 @@ window#waybar {
|
|||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
transition: none; /* disable hover animation */
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Active vs inactive workspace colors */
|
/* Active vs inactive workspace colors */
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
@@ -5106,7 +5115,7 @@ window#waybar {
|
|||||||
activeworkspaces:not(.active) {
|
activeworkspaces:not(.active) {
|
||||||
background: linear-gradient(@base-alpha, @base-alpha);
|
background: linear-gradient(@base-alpha, @base-alpha);
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
color: @text-muted; /* inactive text color */
|
color: @text-muted;
|
||||||
}
|
}
|
||||||
|
|
||||||
label#custom-windows.module {
|
label#custom-windows.module {
|
||||||
@@ -5227,20 +5236,6 @@ label#custom-windows:not(.active) {
|
|||||||
#custom-notifications {
|
#custom-notifications {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
|
||||||
/* GLOBAL MODULE SPACING */
|
|
||||||
#idle_inhibitor,
|
|
||||||
#battery:not(.warn),
|
|
||||||
#cpu,
|
|
||||||
#memory,
|
|
||||||
#temperature,
|
|
||||||
#network,
|
|
||||||
#pulseaudio,
|
|
||||||
#clock,
|
|
||||||
#tray {
|
|
||||||
|
|
||||||
}
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/.config/scripts/bluetooth-status.sh=
|
** =generated/.config/scripts/bluetooth-status.sh=
|
||||||
|
|||||||
@@ -30,7 +30,41 @@ window#waybar {
|
|||||||
#datestuff,
|
#datestuff,
|
||||||
#system,
|
#system,
|
||||||
#notifications {
|
#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 --- */
|
/* --- Group anchors default visible --- */
|
||||||
@@ -63,31 +97,6 @@ window#waybar {
|
|||||||
min-width: 80px;
|
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
|
WORKSPACES / WINDOWS MODULE
|
||||||
@@ -100,11 +109,11 @@ window#waybar {
|
|||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
transition: none; /* disable hover animation */
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Active vs inactive workspace colors */
|
/* Active vs inactive workspace colors */
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
@@ -112,7 +121,7 @@ window#waybar {
|
|||||||
activeworkspaces:not(.active) {
|
activeworkspaces:not(.active) {
|
||||||
background: linear-gradient(@base-alpha, @base-alpha);
|
background: linear-gradient(@base-alpha, @base-alpha);
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
color: @text-muted; /* inactive text color */
|
color: @text-muted;
|
||||||
}
|
}
|
||||||
|
|
||||||
label#custom-windows.module {
|
label#custom-windows.module {
|
||||||
@@ -233,17 +242,3 @@ label#custom-windows:not(.active) {
|
|||||||
#custom-notifications {
|
#custom-notifications {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------- */
|
|
||||||
/* GLOBAL MODULE SPACING */
|
|
||||||
#idle_inhibitor,
|
|
||||||
#battery:not(.warn),
|
|
||||||
#cpu,
|
|
||||||
#memory,
|
|
||||||
#temperature,
|
|
||||||
#network,
|
|
||||||
#pulseaudio,
|
|
||||||
#clock,
|
|
||||||
#tray {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user