From b0a8649d522ca19ed9a85090a915a0709b916e85 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 20 Dec 2020 12:18:39 -0700 Subject: Rename status bar to panel --- .config/bspwm/bspwmrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config') diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index d8bfd0c..9feba3f 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -5,14 +5,14 @@ # and the kill doesn't ruin it. pgrep -x sxhkd > /dev/null || setsid sxhkd & -# This starts or restarts statusbar. Be careful +# This starts or restarts panel. Be careful # with pkill, if neither of these two programs have # a 'setsid' prepended to their command, sxhdk wil crash. -if [ $(pgrep -x statusbar | wc -l) = 1 ];then - pkill -x statusbar - statusbar & +if [ $(pgrep -x panel | wc -l) = 1 ];then + pkill -x panel + panel & else - statusbar & + panel & fi # Multihead stuff. -- cgit v1.2.3-70-g09d2