Improve colour and styling of workspace bar
This commit is contained in:
parent
47f8fd998d
commit
5406417090
14
nixos/home-manager/env/config/waybar/style.css
vendored
14
nixos/home-manager/env/config/waybar/style.css
vendored
|
@ -89,20 +89,16 @@ button:hover {
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #ffffff;
|
color: @surface2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button.active {
|
||||||
background: rgba(0, 0, 0, 0.2);
|
color: @text;
|
||||||
}
|
box-shadow: inset 0 -2px;
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
background-color: #64727d;
|
|
||||||
box-shadow: inset 0 -3px #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #eb4d4b;
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
|
|
Loading…
Reference in a new issue