working on i3
This commit is contained in:
parent
e77dec2d94
commit
e3689e5b26
9 changed files with 148 additions and 559 deletions
|
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
# Launch polybar on each connected monitor
|
||||
MONITORS=$(xrandr --query | grep " connected" | cut -d' ' -f1)
|
||||
for m in $MONITORS; do
|
||||
MONITOR=$m polybar --reload top &
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue