Borders for waybar

This commit is contained in:
2026-02-26 21:54:03 +01:00
parent 5ce5b2ab5d
commit d5ade8857c
@@ -18,11 +18,11 @@ window#waybar {
}
#workspaces button {
padding: 0 5px;
padding: 4px 12px;
background-color: transparent;
border: none;
border-radius: 0;
color: @text;
border: 2px solid @green; /* visible border */
border-radius: 999px; /* makes it ellipse */
}
#workspaces button:hover {