From bda70867ac50c35b3bb134cf408ce5ae3cf0c751 Mon Sep 17 00:00:00 2001 From: N-R-K <79544946+N-R-K@users.noreply.github.com> Date: Sat, 26 Feb 2022 16:38:53 +0000 Subject: add config.h option for top statusbar (#231) Closes: https://github.com/nsxiv/nsxiv/issues/230 Co-authored-by: mamg22 <45301823+mamg22@users.noreply.github.com> --- nsxiv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nsxiv.h') diff --git a/nsxiv.h b/nsxiv.h index 1b0bc6f..afa657f 100644 --- a/nsxiv.h +++ b/nsxiv.h @@ -424,6 +424,7 @@ struct win { struct { unsigned int h; + bool top; win_bar_t l; win_bar_t r; } bar; -- cgit v1.2.3