waybar: added sway-specific settings

This commit is contained in:
Aly Raffauf 2024-04-14 11:06:33 -04:00
parent 25fcbbb120
commit ae5794f7a8

View file

@ -36,7 +36,6 @@
"custom/logout"
"clock"
];
"hyprland/workspaces" = {
"all-outputs" = true;
"format" = "{icon}";
@ -50,6 +49,12 @@
"max-length" = 100;
"separate-outputs" = true;
};
"sway/workspaces" = {
"all-outputs" = true;
};
"sway/window" = {
"max-length" = 100;
};
"river/window" = {
"max-length" = 100;
};