[wiki] [sites] [dwm][patch] statusallmons - fix typo in 6.5 patch || Bang Lee
commit fcd2714df9a2c0786f24688dd61b5dcf3f5768d8
Author: Bang Lee <qusicx_AT_gmail.com>
Date: Sun Jun 8 12:10:09 2025 -0700
[dwm][patch] statusallmons - fix typo in 6.5 patch
diff --git a/dwm.suckless.org/patches/statusallmons/dwm-statusallmons-6.5.diff b/dwm.suckless.org/patches/statusallmons/dwm-statusallmons-6.5.diff
index c3dfe190..6f6db626 100644
--- a/dwm.suckless.org/patches/statusallmons/dwm-statusallmons-6.5.diff
+++ b/dwm.suckless.org/patches/statusallmons/dwm-statusallmons-6.5.diff
_AT_@ -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
Received on Sun Jun 08 2025 - 21:11:27 CEST
This archive was generated by hypermail 2.3.0
: Sun Jun 08 2025 - 21:12:52 CEST