mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
waybar: added sway-specific settings
This commit is contained in:
parent
25fcbbb120
commit
ae5794f7a8
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue