cleanup: powerlines

This commit is contained in:
speedie 2022-12-04 22:22:31 +01:00
parent c702fce356
commit 571e03ba61

View file

@ -122,8 +122,6 @@ static int hideicon = 0; /* Hide icon (1) or show (0)
static int hidetags = 0; /* Hide status bar (1) or show (0) */ static int hidetags = 0; /* Hide status bar (1) or show (0) */
static int hidesystray = 0; /* Hide systray by default (1) or show (0) */ static int hidesystray = 0; /* Hide systray by default (1) or show (0) */
static int hideemptytags = 1; /* Hide empty tags (1) or show (0) */ static int hideemptytags = 1; /* Hide empty tags (1) or show (0) */
static int hidetagpowerline = 0; /* Hide tag powerline (1) or show (0) */
static int hidetitlepowerline = 0; /* Hide title powerline (1) or show (0) */
static int hideborder = 0; /* Hide window border (1) or show (0) */ static int hideborder = 0; /* Hide window border (1) or show (0) */
static int hidesingleborder = 1; /* Hide window border when there's only one window (1) or show (0) */ static int hidesingleborder = 1; /* Hide window border when there's only one window (1) or show (0) */
static int hidefloating = 0; /* Hide floating indicator (1) or show (0) */ static int hidefloating = 0; /* Hide floating indicator (1) or show (0) */