Renamed dotfiles folder to assets
This commit is contained in:
9
assets/.screenlayout/polybar.sh
Executable file
9
assets/.screenlayout/polybar.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if which xrandr; then
|
||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
||||
MONITOR=$m polybar --reload example &
|
||||
done
|
||||
else
|
||||
polybar --reload example &
|
||||
fi
|
||||
Reference in New Issue
Block a user