diff options
-rwxr-xr-x | i3/start_polybar.sh | 12 | ||||
-rwxr-xr-x | xinitrc.d/10-background.sh | 2 |
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 |