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