dotfiles/waybar/styles/modules/workspaces.css
2024-07-30 12:24:18 -04:00

29 lines
436 B
CSS

#workspaces {
padding: 0;
/* border: 2px solid @color4; */
}
#workspaces button {
padding: 0 9px 0 4px;
box-shadow: none;
border: none;
border-radius: 9999px;
color: @button;
}
#workspaces button.active {
color: @button-active;
}
#workspaces button:hover {
background: transparent;
color: @button-hover;
}
#workspaces button.focused {
color: @button-active;
}
#workspaces button.urgent {
color: #bf616a;
}