Add persistent workspaces back to waybar

This commit is contained in:
Evie Litherland-Smith 2024-01-23 11:54:06 +00:00
parent 6a8d882a10
commit 632d0dbeca

View file

@ -48,6 +48,14 @@
}; };
show-special = false; show-special = false;
sort-by = "id"; sort-by = "id";
persistent-workspaces = {
"1" = [ ];
"2" = [ ];
"3" = [ ];
"4" = [ ];
"5" = [ ];
"6" = [ ];
};
}; };
mpris = { mpris = {
"format" = "> {player_icon} {player}"; "format" = "> {player_icon} {player}";