From 2f4c2a68a1cbebb0e06a5b3296e4bbb575c5fcb2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Nov 2018 17:51:24 -0500 Subject: scripts sorted --- .scripts/polybar_launch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 .scripts/polybar_launch (limited to '.scripts/polybar_launch') diff --git a/.scripts/polybar_launch b/.scripts/polybar_launch deleted file mode 100755 index 2af56ab..0000000 --- a/.scripts/polybar_launch +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -#!/usr/bin/env sh - -# Terminate already running bar instances -killall -q polybar - -# Wait until the processes have been shut down -while pgrep -x polybar >/dev/null; do sleep 1; done - -# Launch bar1 and bar2 -#polybar example & - -for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar example -c ~/.config/polybar/config & done -feh --bg-scale ~/.config/wall.png - -echo "Bars launched..." -- cgit v1.3.1