mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:23:54 -05:00
waybar: added sway-specific settings
This commit is contained in:
parent
25fcbbb120
commit
ae5794f7a8
|
@ -36,7 +36,6 @@
|
||||||
"custom/logout"
|
"custom/logout"
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
"all-outputs" = true;
|
"all-outputs" = true;
|
||||||
"format" = "{icon}";
|
"format" = "{icon}";
|
||||||
|
@ -50,6 +49,12 @@
|
||||||
"max-length" = 100;
|
"max-length" = 100;
|
||||||
"separate-outputs" = true;
|
"separate-outputs" = true;
|
||||||
};
|
};
|
||||||
|
"sway/workspaces" = {
|
||||||
|
"all-outputs" = true;
|
||||||
|
};
|
||||||
|
"sway/window" = {
|
||||||
|
"max-length" = 100;
|
||||||
|
};
|
||||||
"river/window" = {
|
"river/window" = {
|
||||||
"max-length" = 100;
|
"max-length" = 100;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue