diff --git a/README.md b/README.md index 8c4e98e..73a1736 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/polybar/index.nix b/polybar/index.nix index 36ff057..0b340c8 100644 --- a/polybar/index.nix +++ b/polybar/index.nix @@ -72,6 +72,7 @@ in }; "module/xwindow" = { type = "internal/xwindow"; + label-maxlen = 32; }; "module/now-playing" = { type = "custom/script";