feat(waybar): workspace 6-... replaced with 1-5

visual clarity
This commit is contained in:
kenji
2026-05-07 11:30:59 -05:00
parent 25ad6502fc
commit f76b350d94
2 changed files with 30 additions and 16 deletions
+12
View File
@@ -36,6 +36,18 @@
opacity: 0.5;
}
/* Add spacing separator every 5 workspaces */
#workspaces button:nth-child(5),
#workspaces button:nth-child(10),
#workspaces button:nth-child(15) {
margin-right: 10px;
}
/* Separator between normal and special workspaces */
#workspaces.special {
margin-left: 12px;
}
#cpu,
#battery,
#pulseaudio,