Systray fixes for status2d - dwm - 🖥 my version of dwm (frankenstein's monster)
 (HTM) git clone https://git.drkhsh.at/dwm.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d1b6c86eb5b04e37fa0abf09e4a6facbc5415868
 (DIR) parent 6f67f7fce81e78e9ef0a59da63d6ebd54eb313d0
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Sun,  2 Jun 2024 19:27:16 +0200
       
       Systray fixes for status2d
       
       Diffstat:
         M dwm.c                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       @@ -650,6 +650,7 @@ drawstatusbar(Monitor *m, int bh, char* stext) {
                w += 2; /* 1px padding on both sides */
                w += lrpad;
                ret = x = m->ww - w;
       +        x = m->ww - w - getsystraywidth();
        
                drw_setscheme(drw, scheme[LENGTH(colors)]);
                drw->scheme[ColFg] = scheme[SchemeNorm][ColFg];