1
0
Fork
You've already forked cmus-status
0
a simple cmus status line written in c
  • C 91.7%
  • Makefile 8.3%
2025年05月17日 17:29:58 +02:00
screenshot docs: add screenshots 2025年05月17日 17:26:40 +02:00
cmus-status.c add: main program 2025年05月17日 17:24:24 +02:00
Makefile add: makefile 2025年05月17日 17:24:32 +02:00
readme.md docs: i suck at markdown 2025年05月17日 17:29:58 +02:00

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