summaryrefslogtreecommitdiff
path: root/.config/bspwm/bspwmrc
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 12:18:39 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 12:18:39 -0700
commitb0a8649d522ca19ed9a85090a915a0709b916e85 (patch)
tree11cce1a1a11afc87753e3153b0d78f615082f9f3 /.config/bspwm/bspwmrc
parent562ccc7d9514d60bcbc13072da6ed50e478b94f1 (diff)
Rename status bar to panel
Diffstat (limited to '.config/bspwm/bspwmrc')
-rwxr-xr-x.config/bspwm/bspwmrc10
1 files changed, 5 insertions, 5 deletions
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.