From d1e68e2ce3d2d03268abfb1d96e8ef794cf70f45 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 31 Jul 2022 17:34:22 -0400 Subject: [PATCH] Update MAXLEN for Polybar - Update `MAXLEN` in Xresources - Update `dwm-flexipatch` submodule with new scrolling media metadata using smaller maximum length --- .Xresources | 2 +- .config/dwm-flexipatch | 2 +- README.org | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.Xresources b/.Xresources index 94691eb..bd84257 100644 --- a/.Xresources +++ b/.Xresources @@ -51,7 +51,7 @@ #define BORDER_SIZE 2 #define INNER_GAPS 20 #define OUTER_GAPS 10 -#define MAXLEN 50 +#define MAXLEN 40 #define CURSOR_SIZE 16 ! DWM diff --git a/.config/dwm-flexipatch b/.config/dwm-flexipatch index 6e15a7f..60a4347 160000 --- a/.config/dwm-flexipatch +++ b/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit 6e15a7f4ea63f9ff081acece18e35fc6bbb79aa7 +Subproject commit 60a43475a9355888aaca84ec042b747692537355 diff --git a/README.org b/README.org index 2da6403..c94f892 100644 --- a/README.org +++ b/README.org @@ -7485,7 +7485,7 @@ exec dwm #define BORDER_SIZE 2 #define INNER_GAPS 20 #define OUTER_GAPS 10 -#define MAXLEN 50 +#define MAXLEN 40 #define CURSOR_SIZE 16 #+END_SRC