chore: theme update
This commit is contained in:
parent
a88403b8ad
commit
11e5640955
2 changed files with 9 additions and 10 deletions
4
dwm.c
4
dwm.c
|
@ -61,9 +61,7 @@
|
|||
#define WIDTH(X) ((X)->w + 2 * (X)->bw)
|
||||
#define HEIGHT(X) ((X)->h + 2 * (X)->bw)
|
||||
#define TAGMASK ((1 << LENGTH(tags)) - 1)
|
||||
#define TEXTW(X) (drw_fontset_getwidth(drw, (X)) + lrpad + (X[0] > 32 && X[0] < 127 ? 0 : 6))
|
||||
#define TEXTWN(X) (TEXTW(X))
|
||||
// #define TEXTWN(X) (TEXTW(X) + 0)
|
||||
#define TEXTW(X) (drw_fontset_getwidth(drw, (X)) + lrpad)
|
||||
#define OPAQUE 0xffU
|
||||
#define MAX_METAWS 32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue