diff options
| author | kolunmi <113054217+kolunmi@users.noreply.github.com> | 2023-06-29 07:40:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 07:40:39 -0700 |
| commit | 58bb8ad713a0d7314198e75de847153ba783c5f7 (patch) | |
| tree | fc57a2270b1c5bf2d50503571fbea8da5f16b534 | |
| parent | d1c09ac0a7adf02a93432d1a2aa89d7e69cc9252 (diff) | |
| parent | a3da358163dea715015edf9863138210eb3b9dad (diff) | |
| download | dwlb-58bb8ad713a0d7314198e75de847153ba783c5f7.tar.gz | |
Merge pull request #12 from groggone/dwlb-help-fix
Fix incorrect label for inactive background color
| -rw-r--r-- | dwlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |