mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
13 lines
185 B
Bash
13 lines
185 B
Bash
#!/bin/bash
|
|
|
|
python "$HOME/.config/polybar/scripts/modules/cava.py" &
|
|
|
|
sleep 1
|
|
|
|
fifo_name="/tmp/cava_polybar_output.fifo"
|
|
while true
|
|
do
|
|
|
|
echo "$line"
|
|
done <"$fifo_name"
|