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