release 1.5.3

This commit is contained in:
arcan1s
2014-03-27 20:09:46 +04:00
parent 0d3aacdec7
commit a3a5ebf2af
16 changed files with 212 additions and 162 deletions

View File

@ -31,6 +31,8 @@ For edited output you must open Settings window and setup output format in lines
* label `$bat` - battery charge, <i>%</i>. Battery device may be set below. File (`/sys/class/power_supply/BAT0/capacity` by default) must contain only battery charge in percent
* label `$ac` - status AC device. Return <i>(*)</i> if AC device is online or <i>( )</i> if offline. AC device may be set below. FIle (`/sys/class/power_supply/AC/online` by default) must contain `1` if AC is online
* label `$artist` - current song artist. One of supported music players must be installed
* label `$progress` - current song progress. One of supported music players must be installed (mpd does not support yet)
* label `$time` - current song duration. One of supported music players must be installed
* label `$title` - current song title. One of supported music players must be installed
Label order will changed if you change slider position. HTML tags in label work normally.