summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-10 13:32:28 +0200
committerbakkeby <[email protected]>2020-09-10 13:32:28 +0200
commit8994f375e8ca8042996d752a385b8d1706526a25 (patch)
treed24c6af80be6c89bb2b04f61efe2753dc8b35f95 /config.def.h
parentf4a6866e8c281bf9098d167fa6032e2eb19b87cd (diff)
downloaddwm-flexipatch-8994f375e8ca8042996d752a385b8d1706526a25.tar.gz
dwm-flexipatch-8994f375e8ca8042996d752a385b8d1706526a25.zip
anybar: initial commit
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9e8f3b2..3e5e1e0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -21,6 +21,11 @@ static const char autostartsh[] = "autostart.sh";
static const char dwmdir[] = "dwm";
static const char localshare[] = ".local/share";
#endif // AUTOSTART_PATCH
+#if BAR_ANYBAR_PATCH
+static const int usealtbar = 1; /* 1 means use non-dwm status bar */
+static const char *altbarclass = "Polybar"; /* Alternate bar class name */
+static const char *altbarcmd = "$HOME/bar.sh"; /* Alternate bar launch command */
+#endif // BAR_ANYBAR_PATCH
#if BAR_HOLDBAR_PATCH
static const int showbar = 0; /* 0 means no bar */
#else