Age | Commit message (Collapse) | Author | Files | Lines |
|
Allow dwm to have translucent bars, while keeping all the text on it
opaque, just like the alpha-patch for st.
Fix transparent borders
-----------------------
By default dwm might make windows' borders transparent when using
composit window manager (e.g. xcompmgr, picom). Alpha patch allows to
make borders opaque.
If all you want is to make borders opaque, you don't care about
statusbar opacity and/or have problems applying alpha patch, then you
might use fixborders patch instead.
|
|
|
|
|
|
|
|
- better scaling for occupied tag squares.
- draw statusline first to omitt some complicated calculations.
|
|
important:
- drw_rect: didn't use w and h, change the dwm code accordingly.
- drw_text: text is NULL is not allowed, use drw_rect().
|
|
|
|
however renamed theme into scheme resp. Theme into ClrScheme
|
|
|
|
|