a simple cmus status line written in c
| screenshot | docs: add screenshots | |
| cmus-status.c | add: main program | |
| Makefile | add: makefile | |
| readme.md | docs: i suck at markdown | |
what is it?
this is a status line for cmus written in c. you can use its output in your polybar or i3blocks or just in the terminal.
why?
because other similar utilities are written in bash or python or rust and as we all know, those languages are bloat.
flags
-h / --help - display help
-a / --album - display the album name between the artist and track name
-t / --timer - display elapsed time on the left and total time on the right of the progress bar
screenshot
basic view:
basic status line
using the -a and -t flags to get additional info:
status line showing album and timestamps