chore: theme update

This commit is contained in:
Arthur Khachaturov 2024-08-19 15:18:30 +03:00
parent a88403b8ad
commit 11e5640955
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
2 changed files with 9 additions and 10 deletions

4
dwm.c
View file

@ -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