waybar workspaces styles

This commit is contained in:
Ivan Dimitrov 2024-04-21 20:02:59 +03:00
parent 510ec7e5b9
commit 2565924675

View File

@ -29,28 +29,24 @@ button:hover {
box-shadow: inset 0 -3px #ffffff; box-shadow: inset 0 -3px #ffffff;
} }
/* you can set a style on hover for any module like this */
#pulseaudio:hover {
background-color: #a37800;
}
#workspaces button { #workspaces button {
padding: 0 5px; padding: 0 5px;
background-color: transparent; background-color: rgba(2, 6, 23, 0.5);
color: #ffffff; color: rgb(248, 250, 252);
border-radius: 6px;
} }
#workspaces button:hover { #workspaces button:hover {
background: rgba(0, 0, 0, 0.2); background: rgba(2, 6, 23, 0.9);
} }
#workspaces button.focused { #workspaces button.focused {
background-color: #64727D; background-color: rgba(2, 6, 23, 0.9);
box-shadow: inset 0 -3px #ffffff; box-shadow: inset 0 -3px #ffffff;
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: #eb4d4b; background-color: rgba(69, 10, 10, .9);;
} }
#mode { #mode {