-
Notifications
You must be signed in to change notification settings - Fork 3
vbextreme edited this page Sep 2, 2018
·
1 revision
for enable vbar as status command for i3wm
edit ~/.config/i3/config
bar{
status_command vbar
}
if you not have installed vbar
edit ~/.config/i3/config
bar{
status_command /home/user/where/vbar/build/vbar
}
for enable vbar as status command for dwm
edit ~/.xinitrc
vbar &
exec dwm
use full path if you not have installed
simple test without edit
$ cd /home/user/where/vbar/build
$ ./vbar