mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-01-30 21:34:57 -05:00
10 lines
No EOL
267 B
Bash
Executable file
10 lines
No EOL
267 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
# Terminate already running bar instances
|
|
killall -q wofi
|
|
|
|
# Wait until the processes have been shut down
|
|
while pgrep -x wofi >/dev/null; do sleep 1; done
|
|
|
|
# Launch main
|
|
wofi --show=drun --lines=5 --prompt="" --hide-scroll --insensitive --columns=2 |