Code: Select all
$conky
Conky unknown variable image
The code for the conkyrc file :
Code: Select all
TEXT
#${color3}${alignc}antiX
${alignc}${image $HOME/Pictures/antix-logo-3.png -s 56x56}
.
.
Code: Select all
$conky
Conky unknown variable image
Code: Select all
TEXT
#${color3}${alignc}antiX
${alignc}${image $HOME/Pictures/antix-logo-3.png -s 56x56}
.
.
...-p xx,xx ?TerryH wrote:Code: Select all
${alignc}${image $HOME/Pictures/antix-logo-3.png -s 56x56}
Code: Select all
TEXT
${image /home/male/Bilder/AntiXfile.png -p 20,80 -s 138x111}
Code: Select all
$ conky --help
Usage: conky [OPTION]....
Code: Select all
man conky
...
image <path to image> (-p x,y) (-s WxH) (-n) (-f interval)
...