···11# cmus Cover Viewer
2233Small program in Go to display the cover art of the current track playing in
44-[cmus](https://cmus.github.io/). This is how it'd look in [kitty](https://sw.kovidgoyal.net/kitty/) terminal and using
44+[cmus](https://cmus.github.io/).
55+66+This is how it'd look in [kitty](https://sw.kovidgoyal.net/kitty/) terminal and using
57also [cava](https://github.com/karlstav/cava), using kitty windows:
6879
···39414042### Notify from cmus
41434242-This is based on the [status display](https://github.com/cmus/cmus/wiki/status-display-programs#usage--installation) from cmus. Assuming you use multiple programs, with a shell
4444+This is based on the [status display](https://github.com/cmus/cmus/wiki/status-display-programs#usage--installation) from **cmus**. The input is read from the stdin:
4545+4646+```bash
4747+echo "file <path-to-file>" | cover-viewer --mode notify
4848+```
4949+5050+Assuming you use multiple programs, with a shell
4351script, e.g. `~/.cmus/status_display_program.sh`, you can add there this visualizer:
44524553```bash