aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-25 19:09:24 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-25 19:09:24 +0200
commite264ba9bbc3ae9b2e965c50941e449503da7339d (patch)
treed0754a98a979aa395e31f1a80a3f1ec1fbaf4df9
parent89b0112d8acdf559660cbd60c5d3d98fefe5ccaf (diff)
downloaddotfiles-e264ba9bbc3ae9b2e965c50941e449503da7339d.tar.gz
cleanup
-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