Skip to content

VonHeikemen/cmus-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Instalation

  1. Download or clone this repository and navigate to the project folder.
  2. Compile using cargo build --release
  3. Set the status_display_program variable in cmus:

:set status_display_program=/project-folder/target/release/cmus-notify

  1. Save the changes using:

:save

  1. (Optional) Minimize binary size with the strip command.

strip /project-folder/target/release/cmus-notify

Other solutions

About

Display song cmus is playing using notify-send.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages