diff options
author | N-R-K <79544946+N-R-K@users.noreply.github.com> | 2021-10-02 03:50:06 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 03:50:06 +0600 |
commit | d3a296a0be1c518cf2d073056e714385a49e8125 (patch) | |
tree | 572723b5e18678417d7fed8ab09ad79296572d4e | |
parent | 065562d3c5df336df8ec178a5dbde09ad17869b1 (diff) |
fix wrong bar.* defaults in manpage (#106)
-rw-r--r-- | nsxiv.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -410,10 +410,10 @@ Color of the window foreground Name of Xft bar font .TP .B bar.background -Color of the bar background. Defaults to window.foreground +Color of the bar background. Defaults to window.background .TP .B bar.foreground -Color of the bar foreground. Defaults to window.background +Color of the bar foreground. Defaults to window.foreground .TP .B mark.foreground Color of the mark foreground. Defaults to window.foreground |