Skip to content

kwargs/cover-in-conky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Little lua scipt that display album cover in conky.

Requirements

Under Ubuntu, just do:

sudo apt-get install liblua5.1-filesystem0 imagemagick

How to use

  1. In the settings section (before TEXT), add this:

    • lua_load /path/to/mpd_cover.lua
  2. add in TEXT section something like:

     ${if_mpd_playing}\
     ${lua update_mpd_cover /path/where/store/found-cover /path/where/found/no-cover-image /path/to/music /path/to/sonata/covers/dir/if/you/use/it}\
     ${image /path/where/store/found-cover -n -p2,2}
     ${endif}
    

just look at conkyrc-full-example

Screenshot

conky album cover

Full screen shot

About

litle lua script for displaing album cover in conky

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages