[Waybar] Redo workspace colors

This commit is contained in:
Malte Tammena 2021-07-23 11:26:41 +02:00
parent e86ae5f52f
commit 3e94cb5ab9

View file

@ -104,14 +104,16 @@ in {
color: #3c3836; color: #3c3836;
font-weight: bolder; font-weight: bolder;
min-width: 20px; min-width: 20px;
/* Use box-shadow instead of border so the text isn't offset */
/* box-shadow: inset 0 -1px transparent; */
} }
#workspaces button:hover { #workspaces button:hover {
background-color: ${colFg}; background-color: #ebdbb2;
background-image: none; background-image: none;
color: ${colBg}; color: #282828;
}
#workspaces button.urgent {
background-color: #fb4934;
} }
#workspaces button.current_output { #workspaces button.current_output {
@ -119,22 +121,18 @@ in {
} }
#workspaces button.visible { #workspaces button.visible {
color: ${colBg}; color: #282828;
background-color: #928374; background-color: #3c3836;
} }
#workspaces button.current_output.visible { #workspaces button.current_output.visible {
background-color: transparent; color: #282828;
color: ${colFg}; background-color: #928374;
} }
#workspaces button.current_output.focused { #workspaces button.current_output.focused {
background-color: ${colFg}; background-color: #ebdbb2;
color: ${colBg}; color: #282828;
}
#workspaces button.urgent {
background-color: #fb4934;
} }
#mode { #mode {