add clickable status blocks back
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Luca Bilke 2024-02-06 10:25:13 +01:00
parent 23be0267b1
commit 02bd83df1a
No known key found for this signature in database
GPG key ID: B753481DA0B6FA47

View file

@ -29,7 +29,7 @@
* dwmblocks: https://github.com/torrinfail/dwmblocks
* https://dwm.suckless.org/patches/statuscmd/
*/
#define BAR_DWMBLOCKS_PATCH 0
#define BAR_DWMBLOCKS_PATCH 1
/* Originally the dwmblocks + statuscmd patch used a user defined signal (SIGUSR1)
* for communicating with dwmblocks to indicate update signal and what button was
@ -144,7 +144,7 @@
* when clicking the status bar. Refer to the website for usage.
* https://dwm.suckless.org/patches/statuscmd/
*/
#define BAR_STATUSCMD_PATCH 0
#define BAR_STATUSCMD_PATCH 1
/* Status2d allows colors and rectangle drawing in your dwm status bar.
* This patch is incompatible with the statuscolors patch which takes precedence.