remove clickable status blocks

This commit is contained in:
Luca Bilke 2024-02-03 19:12:29 +01:00
commit fb3d7fb315
No known key found for this signature in database
GPG key ID: AD6630D0A1E650AC
2 changed files with 9 additions and 11 deletions

View file

@ -29,7 +29,7 @@
* dwmblocks: https://github.com/torrinfail/dwmblocks
* https://dwm.suckless.org/patches/statuscmd/
*/
#define BAR_DWMBLOCKS_PATCH 1
#define BAR_DWMBLOCKS_PATCH 0
/* 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 1
#define BAR_STATUSCMD_PATCH 0
/* Status2d allows colors and rectangle drawing in your dwm status bar.
* This patch is incompatible with the statuscolors patch which takes precedence.