initial commit
This commit is contained in:
commit
4a6050b930
6 changed files with 705 additions and 0 deletions
11
eww/cava.sh
Executable file
11
eww/cava.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
cava -p <(cat <<EOF
|
||||
[general]
|
||||
bars = 26
|
||||
[output]
|
||||
method = raw
|
||||
raw_target = /dev/stdout
|
||||
data_format = ascii
|
||||
ascii_max_range = 6
|
||||
EOF
|
||||
) | sed -u 's/;//g;s/0/▂/g;s/1/▃/g;s/2/▄/g;s/3/▅/g;s/4/▆/g;s/5/▇/g;s/6/█/g;'
|
||||
Loading…
Add table
Add a link
Reference in a new issue