Background for active workspace
This commit is contained in:
@@ -22,7 +22,7 @@ window#waybar {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
border: 2px solid @green; /* visible border */
|
border: 2px solid @green; /* visible border */
|
||||||
border-radius: 999px; /* makes it ellipse */
|
border-radius: 6px; /* makes it ellipse */
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
@@ -31,7 +31,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background-color: @green;
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
color: @base;
|
color: @base;
|
||||||
box-shadow: inset 0 -3px @subtext1;
|
box-shadow: inset 0 -3px @subtext1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user