Modify colors on waybar to make visible but unfocused workspaces clearer
This commit is contained in:
@@ -26,17 +26,26 @@ window#waybar.bottom {
|
|||||||
#workspaces {
|
#workspaces {
|
||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
/* Any random button */
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #a89984;
|
color: #a89984;
|
||||||
padding: 0 0.9em;
|
padding: 0 0.9em;
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
|
/* A button that is currently being hovered over by the mouse cursor */
|
||||||
|
/* This comes with free transitions */
|
||||||
box-shadow: inherit;
|
box-shadow: inherit;
|
||||||
text-shadow: inherit;
|
text-shadow: inherit;
|
||||||
background-color: #504945;
|
background-color: #504945;
|
||||||
}
|
}
|
||||||
|
#workspaces button.visible {
|
||||||
|
color: #282828;
|
||||||
|
background: #504945;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: #ebdbb2;
|
color: #282828;
|
||||||
|
background: #83a598;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
|
Reference in New Issue
Block a user