Skip to content

Conky plugin that displays artist and song name played by audacious music player.

License

Notifications You must be signed in to change notification settings

sstojkovic/discrete-audacious-conky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscreteAudacious - Conky plugin

Displays song details played by audacious in the bottom left edge of the screen

Preview

Screenshot

Installation

Requirements

You should have installed:

  • conky
  • audacious

Fonts

First install fonts located in fonts/ folder or change font families in plugin/plugin.conky file

Lines:

${voffset 10}${color white}${font Black Larch PERSONAL USE ONLY:size=22}${exec ./aud-artist.sh}${font}
${color white}${exec ./aud-song.sh}${font Caviar Dreams:size=12}${font}

Replace Black Larch PERSONAL USE ONLY or Caviar Dreams with font names you want

Install script

Run script:

$ sh install.sh

Script will create a Discrete Audacious/ folder in ~/.conky/ folder and copy contents of plugin/ folder there

Enable plugin

Open conky manager and make sure that installed widget is enabled

About

Conky plugin that displays artist and song name played by audacious music player.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages