Regenerated
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user