Icons and other fancy shit \o/
This commit is contained in:
7
scripts/polybar.sh
Executable file
7
scripts/polybar.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
killall -q polybar
|
||||
|
||||
for mon in $(xrandr | grep 'connected' | awk '{print $1}'):
|
||||
do
|
||||
echo ${mon}
|
||||
MON=${mon} polybar -r bar &
|
||||
done
|
||||
Reference in New Issue
Block a user