Regenerated
This commit is contained in:
+311
-312
File diff suppressed because it is too large
Load Diff
+3
-4
@@ -2957,8 +2957,6 @@ window#waybar {
|
||||
/* Disable hover effects completely */
|
||||
#workspaces button,
|
||||
#workspaces button:hover {
|
||||
background: linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
padding: 0 6px;
|
||||
margin: 0;
|
||||
@@ -2970,18 +2968,19 @@ window#waybar {
|
||||
#custom-windows label {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: @red;
|
||||
color: @teal;
|
||||
}
|
||||
|
||||
/* Active vs inactive workspace colors */
|
||||
#workspaces button.active {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
font-size: 14px;
|
||||
color: @red;
|
||||
color: @teal;
|
||||
}
|
||||
|
||||
activeworkspaces:not(.active) {
|
||||
background: linear-gradient(@base-alpha, @base-alpha);
|
||||
border: 2px solid transparent;
|
||||
color: @text-muted; /* inactive text color */
|
||||
}
|
||||
|
||||
|
||||
@@ -83,8 +83,6 @@ window#waybar {
|
||||
/* Disable hover effects completely */
|
||||
#workspaces button,
|
||||
#workspaces button:hover {
|
||||
background: linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
border: 2px solid transparent;
|
||||
padding: 0 6px;
|
||||
margin: 0;
|
||||
@@ -96,18 +94,19 @@ window#waybar {
|
||||
#custom-windows label {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: @red;
|
||||
color: @teal;
|
||||
}
|
||||
|
||||
/* Active vs inactive workspace colors */
|
||||
#workspaces button.active {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
font-size: 14px;
|
||||
color: @red;
|
||||
color: @teal;
|
||||
}
|
||||
|
||||
activeworkspaces:not(.active) {
|
||||
background: linear-gradient(@base-alpha, @base-alpha);
|
||||
border: 2px solid transparent;
|
||||
color: @text-muted; /* inactive text color */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user