index.md (924B)
1 bardwmlogo 2 ========== 3 4 Description 5 ----------- 6 This patch add dwm logo before tags on the left side of the status bar for aesthetic or branding purposes. 7 8 * Introduces a new `DwmLogo` struct to store rectangle dimensions for the logo's strokes. 9 * Defines a fixed logo width (`dwmlogowdth = 54`) and shifts tag drawing accordingly to avoid overlap. 10 * Draws a dark background rectangle to distinguish the logo area visually. 11 * Renders the logo using several rectangles `drw_rect()` to form the characters "dwm" in a pixel-art style. 12 13 This patch is entirely visual and does not affect DWM's core functionality or performance. It can be useful for users who want a more personalized or distinctive look to their window manager. 14 15  16 17 Download 18 -------- 19 * [dwm-bardwmlogo-6.5.diff](dwm-bardwmlogo-6.5.diff) (2024-03-19) 20 21 Authors 22 ------- 23 * Rizqi Nur Assyaufi - <bandithijo@gmail.com> (6.5)