commit fcd2714df9a2c0786f24688dd61b5dcf3f5768d8 parent d166954782572f6ca3c36136c31b9e9e6e5efb2e Author: Bang Lee <qusicx@gmail.com> Date: Sun, 8 Jun 2025 12:10:09 -0700 [dwm][patch] statusallmons - fix typo in 6.5 patch Diffstat:
M | dwm.suckless.org/patches/statusallmons/dwm-statusallmons-6.5.diff | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.suckless.org/patches/statusallmons/dwm-statusallmons-6.5.diff b/dwm.suckless.org/patches/statusallmons/dwm-statusallmons-6.5.diff @@ -29,7 +29,7 @@ index 2829160..725e68b 100644 strcpy(stext, "dwm-"VERSION); - drawbar(selmon); + for(m = mons; m; m = m->next) -+ drawbar(selmon); ++ drawbar(m); } void