From a1d6fc2f3e6ab041cc51cb085ac59a646a126d25 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Wed, 29 Jul 2020 16:40:02 +0800 Subject: basics+bspwm+herbstluftwm+i3wm+meta+polybar+xmonad: wm configs overhaul Created polybar as its own config instead of duplicated in bspwm and i3's directories allowing them both to be installed. Created herbstluftwm, xmonad window manager configs. Added scripts for a status bar, and fixed scripts. --- i3wm/.config/polybar/launch.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 i3wm/.config/polybar/launch.sh (limited to 'i3wm/.config/polybar/launch.sh') diff --git a/i3wm/.config/polybar/launch.sh b/i3wm/.config/polybar/launch.sh deleted file mode 100755 index c45e085..0000000 --- a/i3wm/.config/polybar/launch.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env sh - -# 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 bar1 and bar2 -MONITOR=$(polybar -m|tail -n1|sed -e 's/:.*$//g') polybar topbar & -sleep 1 -MONITORS=$(polybar -m|sed -e 's/:.*$//g') -while read -r monitor; do - MONITOR=$monitor polybar topbar-second & - sleep 1 -done <<< $MONITORS - -echo "Bars launched..." -- cgit v1.2.3