aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xi3/start_polybar.sh12
-rwxr-xr-xxinitrc.d/10-background.sh2
2 files changed, 1 insertions, 13 deletions
diff --git a/i3/start_polybar.sh b/i3/start_polybar.sh
deleted file mode 100755
index 38b46f6..0000000
--- a/i3/start_polybar.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Terminate already running bar instances
-killall -q polybar
-
-# Wait until the processes have been shut down
-while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
-
-# Launch Polybar, using default config location ~/.config/polybar/config
-polybar $1 &
-
-echo "Polybar launched..."
diff --git a/xinitrc.d/10-background.sh b/xinitrc.d/10-background.sh
index 287183b..6e4f068 100755
--- a/xinitrc.d/10-background.sh
+++ b/xinitrc.d/10-background.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#Screen background feh
if [ -f ~/.files ]; then