mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat(waybar): persist 3-7 workspaces
This commit is contained in:
parent
3d22378d3c
commit
3afdfdca93
1 changed files with 9 additions and 14 deletions
|
@ -251,20 +251,15 @@ in
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
show-special = true;
|
show-special = true;
|
||||||
# persistent-workspaces = {
|
persistent-workspaces = {
|
||||||
# "*" = [
|
"*" = [
|
||||||
# 1
|
3
|
||||||
# 2
|
4
|
||||||
# 3
|
5
|
||||||
# 4
|
6
|
||||||
# 5
|
7
|
||||||
# 6
|
];
|
||||||
# 7
|
};
|
||||||
# 8
|
|
||||||
# 9
|
|
||||||
# 10
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
|
|
Loading…
Reference in a new issue