From cbd51a8c149d3de80907540cbfda4976337124b6 Mon Sep 17 00:00:00 2001 From: kolunmi Date: Thu, 16 Feb 2023 11:09:53 -0700 Subject: add ability to disable status commands --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 47332c1..b641618 100644 --- a/config.def.h +++ b/config.def.h @@ -21,3 +21,6 @@ static pixman_color_t urgent_bg_color = { .red = 0xeeee, .green = 0xeeee, .blue // vertical pixel padding above and below text static uint32_t vertical_padding = 1; + +// allow in-line color commands in status text +static bool status_commands = true; -- cgit v1.2.3