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 {
|
||||
padding: 0 5px;
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
color: @surface2;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #64727d;
|
||||
box-shadow: inset 0 -3px #ffffff;
|
||||
#workspaces button.active {
|
||||
color: @text;
|
||||
box-shadow: inset 0 -2px;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #eb4d4b;
|
||||
color: @red;
|
||||
}
|
||||
|
||||
#mode {
|
||||
|
|
Loading…
Reference in a new issue