From f7557c55b5a87a51daba825ed3f6155eed179221 Mon Sep 17 00:00:00 2001 From: Guilherme Freire <41879254+GRFreire@users.noreply.github.com> Date: Sat, 11 Sep 2021 11:38:22 -0300 Subject: Custom bar colors (#10) * set bar and text colors independently * change xresources to Program.class.resource * rename color variables to win/bar_bg/fg * change default bar colors to match window colors --- sxiv.1 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'sxiv.1') diff --git a/sxiv.1 b/sxiv.1 index 4ba6c7d..bf8d5c3 100644 --- a/sxiv.1 +++ b/sxiv.1 @@ -381,11 +381,17 @@ Zoom out. .SH CONFIGURATION The following X resources are supported: .TP -.B background -Color of the window background and bar foreground +.B window.background +Color of the window background .TP -.B foreground -Color of the window foreground and bar background +.B window.foreground +Color of the window foreground +.TP +.B bar.background +Color of the bar background. Defaults to window.foreground +.TP +.B bar.foreground +Color of the bar foreground. Defaults to window.background .TP .B font Name of Xft bar font -- cgit v1.2.3-54-g00ecf