Adding systray patch

This commit is contained in:
bakkeby
2019-09-05 22:10:00 +02:00
parent 2c9a889b22
commit cba0991170
8 changed files with 512 additions and 10 deletions

View File

@@ -11,4 +11,10 @@
* The alpha patch adds transparency for the status bar.
* https://dwm.suckless.org/patches/alpha/
*/
#define ALPHA_PATCH 0
#define ALPHA_PATCH 0
/*
* The systray patch adds systray for the status bar.
* https://dwm.suckless.org/patches/systray/
*/
#define SYSTRAY_PATCH 0