cli-visualizer
cli-visualizer copied to clipboard
Can only use default visualizer
The default visualizer works fine but upon pressing space I'm left with a blank terminal until I get back to the original visualizer. From what I understand the ellipse / Lorenz visualizers should be here.
Same here...Arch linux (Konsole).
Yes I should note this is occuring in arch Linux using pulse audio and st for me. Also tested with urxvt with the same configuration.
Same for me - Arch/ST Terminal
Same, Arch from a local session with alsa.
Edit: Changing the character didn't work.
I'm on Arch and use Konsole as well and it switches fine for me. I just can't get these to work for me:
r | Reload config
c | Next color scheme
s | Toggle Mono/Stereo Mode
+ | Increase scaling by 10%
- | Decrease scaling by 10%
Archlinux here up to date stable release, Tilix, KDE plasma 5, zsh... cannot change visualizer too plus those mentioned by TechieAndroid aren't working too
I'm also running arch and I fixed it by manually setting the default character of the lorenz attractor & the ellipse to a space (" ").
visualizer.lorenz.character=" "
visualizer.ellipse.character=" "
my terminal just couldn't display default character properly. Below is fine
visualizer.lorenz.character="#"
visualizer.ellipse.character="#"