From 1f2efd87591e01c53fa60d78349d7ff4490fffd8 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sat, 27 Feb 2021 22:52:30 +0100 Subject: [PATCH] Switched to bottom bar again --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 3fe9fd3..145a638 100644 --- a/src/config.h +++ b/src/config.h @@ -5,7 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 16; /* snap pixel (32)*/ static const unsigned int gappx = 20; static const int showbar = 1; /* 0 means no bar */ -static const int topbar = 1; /* 0 means bottom bar */ +static const int topbar = 0; /* 0 means bottom bar */ static const int usealtbar = 1; /* 1 means use non-dwm status bar */ static const char *altbarclass = "Polybar"; /* Alternate bar class name */