Spotify + status + some Latin = Spotifatius.
A simple Spotify CLI primarily made for monitoring what songs you're listening to and displaying that in your bar of choice like waybar or polybar.
If you would like spotifatius to be available on your distro's package manager, feel free to make an issue if you have some time to help.
zsh
paru -S spotifatius
zsh
cargo install spotifatius --locked
zsh
git clone git@github.com:AndreasBackx/spotifatius.git
cd spotifatius
cargo install --path . --locked
Pass RUST_LOG
with either trace
, debug
, info
, warn
, or error
to set the logging level, default is error
. See tracing-subcriber documentation for more info.