From 9355dfe979147078b77145f782d882192a75acfe Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 8 Oct 2022 14:17:46 -0700 Subject: [PATCH] Limit xwindow length --- README.md | 1 - polybar/index.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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";