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
+18 -16
View File
@@ -129,25 +129,25 @@ in {
"5" = "5"; "5" = "5";
# Kanji for workspaces 6-10 # Kanji for workspaces 6-10
"6" = ""; "6" = "1";
"7" = ""; "7" = "2";
"8" = ""; "8" = "3";
"9" = ""; "9" = "4";
"10" = ""; "10" = "5";
# Dice for workspaces 11-15 # Dice for workspaces 11-15
"11" = ""; "11" = "1";
"12" = ""; "12" = "2";
"13" = ""; "13" = "3";
"14" = ""; "14" = "4";
"15" = ""; "15" = "5";
# Circled numbers for 16-20 # Circled numbers for 16-20
"16" = ""; "16" = "1";
"17" = ""; "17" = "2";
"18" = ""; "18" = "3";
"19" = ""; "19" = "4";
"20" = ""; "20" = "5";
}; };
persistent-workspaces = { persistent-workspaces = {
"1" = []; "1" = [];
@@ -163,13 +163,15 @@ in {
show-special = true; show-special = true;
special-visible-only = true; special-visible-only = true;
all-outputs = true; all-outputs = true;
ignore-workspaces = ["^([0-9]+|gaming|music)$"]; ignore-workspaces = ["^([0-9]+|gaming|music|jellyfin)$"];
format = "{icon}"; format = "{icon}";
format-icons = { format-icons = {
"special:youtube" = "󰗃"; "special:youtube" = "󰗃";
"special:steam" = "󰓓"; "special:steam" = "󰓓";
"special:custom" = "󱗼"; "special:custom" = "󱗼";
"special:preload" = "󱗼"; "special:preload" = "󱗼";
"special:jellyfin" = "󰟞";
"jellyfin" = "󰟞";
"youtube" = "󰗃"; "youtube" = "󰗃";
"steam" = "󰓓"; "steam" = "󰓓";
"custom" = "󱗼"; "custom" = "󱗼";
+12
View File
@@ -36,6 +36,18 @@
opacity: 0.5; 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, #cpu,
#battery, #battery,
#pulseaudio, #pulseaudio,