1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00
Files
dotfiles/.config/polybar/scripts/modules/cava_read.sh
T
2021-01-14 14:39:40 +01:00

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"