From 64b3f5883e5523e5193ba1583790cc8cfafcfe6e Mon Sep 17 00:00:00 2001 From: Jokler Date: Tue, 14 May 2019 22:13:09 +0200 Subject: Add scripts, polybar and i3 config files --- .config/i3/launch_compton.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 .config/i3/launch_compton.sh (limited to '.config/i3/launch_compton.sh') diff --git a/.config/i3/launch_compton.sh b/.config/i3/launch_compton.sh new file mode 100755 index 0000000..1b2f5a1 --- /dev/null +++ b/.config/i3/launch_compton.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +# Terminate already running bar instances +killall -q compton + +# Wait until the processes have been shut down +while pgrep -u $UID -x compton >/dev/null; do sleep 1; done + +# Launch Polybar, using default config location ~/.config/polybar/config +compton & + +echo "compton launched..." -- cgit v1.2.3-70-g09d2