commit 0f4c39a1b8e00b959fe99d473b9581483e3894f3 parent a80e6e877ab4c9bc35c3ec2af87c77528bfc346b Author: AdamYuan <y13916619121@126.com> Date: Fri, 20 Aug 2021 13:53:14 +0800 [dwm][patch][winicon] Update README.md and screenshots, introducing some config hacks Diffstat:
M | dwm.suckless.org/patches/winicon/index.md | | | 4 | ++++ |
M | dwm.suckless.org/patches/winicon/screenshots.png | | | 0 |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dwm.suckless.org/patches/winicon/index.md b/dwm.suckless.org/patches/winicon/index.md @@ -25,6 +25,10 @@ Configuration #define ICONSIZE 20 /* icon size in pixels */ #define ICONSPACING 5 /* space (pixels) between icon and title */ +There are also some practical macro hacks: + #define ICONSIZE bh /* make icon size equals to bar height */ + #define ICONSIZE (bh - 4) /* or adaptively preserve 2 pixels each side */ + Download -------- * [dwm-winicon-6.2-v2.0.diff](dwm-winicon-6.2-v2.0.diff) (2021-08-17) diff --git a/dwm.suckless.org/patches/winicon/screenshots.png b/dwm.suckless.org/patches/winicon/screenshots.png Binary files differ.