Add nvidia-xrun configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
7f8c6c9ccd
commit
79de524ab1
8 changed files with 40 additions and 10 deletions
|
@ -18,8 +18,14 @@ 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 top &
|
||||
polybar top2 &
|
||||
polybar bottom &
|
||||
polybar bottom2 &
|
||||
|
||||
polybar top-nvidia &
|
||||
polybar top2-nvidia &
|
||||
polybar bottom-nvidia &
|
||||
polybar bottom2-nvidia &
|
Loading…
Add table
Add a link
Reference in a new issue