Limit xwindow length

inky
Elnu 2 years ago
parent 4b781c2157
commit 9355dfe979

@ -8,7 +8,6 @@
- Limit number of stored rollbacks to remove need for manual garbage collection
- Theme lightdm
- Theme GRUB
- Limit max length of window title polybar module to prevent right-side modules from being pushed to the right with long titles
- Find out how handling multiple hosts works so both desktop and ThinkPad configurations are buildable from flake
- Load in vim configuration
- Make default i3 workspace 1 instead of 10

@ -72,6 +72,7 @@ in
};
"module/xwindow" = {
type = "internal/xwindow";
label-maxlen = 32;
};
"module/now-playing" = {
type = "custom/script";

Loading…
Cancel
Save