Regenerated
This commit is contained in:
+340
-342
File diff suppressed because it is too large
Load Diff
+20
-22
@@ -3109,12 +3109,13 @@ These are config files for waybar
|
||||
|
||||
|
||||
/*******************************************************************/
|
||||
"modules-left": [],
|
||||
"modules-left": [
|
||||
"group/connections",
|
||||
"group/hardware",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"group/connections",
|
||||
"group/workspaces",
|
||||
"group/hardware",
|
||||
"custom/power"
|
||||
],
|
||||
|
||||
@@ -3437,25 +3438,6 @@ window#waybar {
|
||||
transition: none; /* disable hover animation */
|
||||
}
|
||||
|
||||
/* Custom windows module */
|
||||
#custom-windows {
|
||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
||||
border-radius: 30px;
|
||||
padding: 0 8px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
/* Fully transparent when not on active workspace */
|
||||
#custom-windows:not(.active) {
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
#custom-windows label {
|
||||
font-size: 14px;
|
||||
color: @teal;
|
||||
}
|
||||
|
||||
/* Active vs inactive workspace colors */
|
||||
#workspaces button.active {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
@@ -3468,6 +3450,22 @@ activeworkspaces:not(.active) {
|
||||
color: @text-muted; /* inactive text color */
|
||||
}
|
||||
|
||||
label#custom-windows.module.active {
|
||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
||||
border-radius: 6px;
|
||||
padding: 0 8px;
|
||||
font-size: 14px;
|
||||
color: @teal;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
label#custom-windows.module:not(.active) {
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
padding: 0 8px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
#pulseaudio-slider {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
@@ -9,12 +9,13 @@
|
||||
|
||||
|
||||
/*******************************************************************/
|
||||
"modules-left": [],
|
||||
"modules-left": [
|
||||
"group/connections",
|
||||
"group/hardware",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"group/connections",
|
||||
"group/workspaces",
|
||||
"group/hardware",
|
||||
"custom/power"
|
||||
],
|
||||
|
||||
|
||||
@@ -90,25 +90,6 @@ window#waybar {
|
||||
transition: none; /* disable hover animation */
|
||||
}
|
||||
|
||||
/* Custom windows module */
|
||||
#custom-windows {
|
||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
||||
border-radius: 30px;
|
||||
padding: 0 8px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
/* Fully transparent when not on active workspace */
|
||||
#custom-windows:not(.active) {
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
#custom-windows label {
|
||||
font-size: 14px;
|
||||
color: @teal;
|
||||
}
|
||||
|
||||
/* Active vs inactive workspace colors */
|
||||
#workspaces button.active {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
@@ -121,6 +102,22 @@ activeworkspaces:not(.active) {
|
||||
color: @text-muted; /* inactive text color */
|
||||
}
|
||||
|
||||
label#custom-windows.module.active {
|
||||
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
|
||||
border-radius: 6px;
|
||||
padding: 0 8px;
|
||||
font-size: 14px;
|
||||
color: @teal;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
label#custom-windows.module:not(.active) {
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
padding: 0 8px;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
#pulseaudio-slider {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user