removed unused files for polybar
This commit is contained in:
parent
1de67c6710
commit
17f5f7cdff
1
.config/polybar/.gitignore
vendored
1
.config/polybar/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
config
|
|
@ -1,19 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
killall -q polybar
|
|
||||||
|
|
||||||
# Wait until the processes have been shut down
|
|
||||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
|
||||||
|
|
||||||
# Launch bar on all screens
|
|
||||||
if type "xrandr"; then
|
|
||||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
|
||||||
MONITOR=$m polybar --reload top &
|
|
||||||
MONITOR=$m polybar --reload bottom &
|
|
||||||
done
|
|
||||||
else
|
|
||||||
polybar --reload top &
|
|
||||||
polybar --reload bottom &
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Bars launched..."
|
|
Loading…
Reference in New Issue
Block a user