From 0575f5f5846dae3c7f5ca5cad2207cc3c8f9cfc8 Mon Sep 17 00:00:00 2001 From: speedie Date: Wed, 25 Jan 2023 16:31:56 +0100 Subject: [PATCH] don't use bottom bar by default, i changed my mind --- bar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar.h b/bar.h index be828a9..4c574dd 100644 --- a/bar.h +++ b/bar.h @@ -64,6 +64,6 @@ static const BarRule barrules[] = { { -1, 0, bar_align_left, width_ltsymbol, draw_ltsymbol, click_ltsymbol, "layout" }, { -1, 0, bar_align_left, width_tags_pwl, draw_tags_pwl, click_tags_pwl, "powerline tags" }, { 'A', 0, bar_align_right, width_systray, draw_systray, click_systray, "systray" }, - { -1, 1, bar_align_right, width_status_pwl, draw_status_pwl, click_status_pwl, "powerline status" }, + { -1, 0, bar_align_right, width_status_pwl, draw_status_pwl, click_status_pwl, "powerline status" }, { -1, 0, bar_align_none, width_title, draw_title, click_title, "title" }, };