Update dwm.c

Allow barborders to be configured manually, thus adds more flexibility in customization.
pull/364/head
Random Guy 12 months ago committed by GitHub
parent 6aeca56a22
commit 8b3c53a8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1676,7 +1676,7 @@ createmon(void)
bar->showbar = 1;
bar->external = 0;
#if BAR_BORDER_PATCH
bar->borderpx = borderpx;
bar->borderpx = barborderpx;
#else
bar->borderpx = 0;
#endif // BAR_BORDER_PATCH

Loading…
Cancel
Save