Adding tdukv's addition to the status2d patch - allowing pywal to control the status colours via terminal colors

This commit is contained in:
bakkeby
2020-08-28 07:17:52 +02:00
parent 0d743eddff
commit 82c3984b2d
3 changed files with 69 additions and 0 deletions

View File

@ -105,6 +105,14 @@
/* Supplementary patch should you want to disable alpha for the status2d section */
#define BAR_STATUS2D_NO_ALPHA_PATCH 0
/* Addition to the status2d patch that allows the use of terminal colors (color0 through color15)
* from xrdb in the status, allowing programs like pywal to change statusbar colors.
* This adds the C and B codes to use terminal foreground and background colors respectively.
* E.g. ^B5^ would use color5 as the background color.
* https://dwm.suckless.org/patches/status2d/
*/
#define BAR_STATUS2D_XRDB_TERMCOLORS_PATCH 0
/* The systray patch adds systray for the status bar.
* https://dwm.suckless.org/patches/systray/
*/