index.md (906B)
1 bardwmlogo 2 ========== 3 4 Description 5 ----------- 6 This patch adds a DWM logo to the left side of the status bar, positioned before 7 the tags, for aesthetic or branding purposes. 8 9 * Introduces a new `DwmLogo` struct to store the dimensions of the logo's strokes. 10 * Defines a fixed logo width (`dwmlogowdth = 54`) and adjusts tag rendering to prevent overlap. 11 * Draws a dark background rectangle to visually separate the logo area. 12 * Uses multiple `drw_rect()` calls to render a pixel-art style "dwm" logo using rectangles. 13 14 This patch is purely visual and does not impact DWM's core functionality or performance. 15 It may appeal to users who want a more personalized or distinctive appearance 16 for their window manager. 17 18  19 20 Download 21 -------- 22 * [dwm-bardwmlogo-6.5.diff](dwm-bardwmlogo-6.5.diff) (2024-03-19) 23 24 Authors 25 ------- 26 * Rizqi Nur Assyaufi - <bandithijo@gmail.com>