From 29155e89158338577143c9118403ece2dae3e49a Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 10 May 2021 21:02:40 +0200 Subject: [PATCH] Switched to polybar --- src/config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/config.h b/src/config.h index 4eeab6f..57119fb 100644 --- a/src/config.h +++ b/src/config.h @@ -6,12 +6,11 @@ static const unsigned int snap = 16; /* snap pixel (32)*/ static const unsigned int gappx = 40; static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const int usealtbar = 0; /* 1 means use non-dwm status bar */ +static const int usealtbar = 1; /* 1 means use non-dwm status bar */ static const char *altbarclass = "Polybar"; /* Alternate bar class name */ static const char *alttrayname = "tray"; /* Polybar tray instance name */ -static const char *altbarcmd = ""; /* Alternate bar launch command */ -/*$HOME/.config/polybar/launch*/ +static const char *altbarcmd = "$HOME/.config/polybar/launch"; /* Alternate bar launch command */ static const char *fonts[] = { "Fira Code:size=10" }; static const char dmenufont[] = "Fira Code:size=12";