aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkolunmi <113054217+kolunmi@users.noreply.github.com>2023-06-29 07:40:39 -0700
committerGitHub <noreply@github.com>2023-06-29 07:40:39 -0700
commit58bb8ad713a0d7314198e75de847153ba783c5f7 (patch)
treefc57a2270b1c5bf2d50503571fbea8da5f16b534
parentd1c09ac0a7adf02a93432d1a2aa89d7e69cc9252 (diff)
parenta3da358163dea715015edf9863138210eb3b9dad (diff)
downloaddwlb-58bb8ad713a0d7314198e75de847153ba783c5f7.tar.gz
Merge pull request #12 from groggone/dwlb-help-fix
Fix incorrect label for inactive background color
-rw-r--r--dwlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwlb.c b/dwlb.c
index fcc51ec..3d59236 100644
--- 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" \