dwlb

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a3da358163dea715015edf9863138210eb3b9dad
parent d1c09ac0a7adf02a93432d1a2aa89d7e69cc9252
Author: groggone <97829937+groggone@users.noreply.github.com>
Date:   Thu, 29 Jun 2023 10:22:52 +0800

Fix incorrect label for inactive background color
Diffstat:
Mdwlb.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwlb.c b/dwlb.c @@ -90,7 +90,7 @@ " -active-fg-color [COLOR] specify text color of active tags or monitors\n" \ " -active-bg-color [COLOR] specify background color of active tags or monitors\n" \ " -inactive-fg-color [COLOR] specify text color of inactive tags or monitors\n" \ - " -inactive-fg-color [COLOR] specify background color of inactive tags or monitors\n" \ + " -inactive-bg-color [COLOR] specify background color of inactive tags or monitors\n" \ " -urgent-fg-color [COLOR] specify text color of urgent tags\n" \ " -urgent-bg-color [COLOR] specify background color of urgent tags\n" \ " -scale [BUFFER_SCALE] specify buffer scale value for integer scaling\n" \