diff options
| author | bakkeby <[email protected]> | 2020-09-10 13:32:28 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-10 13:32:28 +0200 |
| commit | 8994f375e8ca8042996d752a385b8d1706526a25 (patch) | |
| tree | d24c6af80be6c89bb2b04f61efe2753dc8b35f95 /config.def.h | |
| parent | f4a6866e8c281bf9098d167fa6032e2eb19b87cd (diff) | |
| download | dwm-flexipatch-8994f375e8ca8042996d752a385b8d1706526a25.tar.gz dwm-flexipatch-8994f375e8ca8042996d752a385b8d1706526a25.zip | |
anybar: initial commit
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
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 |
