View Single Post
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#708
Uploaded now version 0.1.19

Changelog:
* Added support to animated gif as background (slow, don't abuse of it)
* Added TextCommand widget: displays text from an external command

To use a gif as background simply set the animated gif as you normally do. Don't abuse of this feature: animated gif are cpu heavy, I think you can safely use some "light" animated gif.

The TextCommand simply displays the text output of a command (or a script).
Here's an example that displays the current cpu clock (remember to escape the quotes inside the command):
Code:
...
Widgets\25\Name="TextCommand.CPUFreq"
Widgets\Size=25

[CPUFreq]
PosL="730;52"
PosP="410;52"
SizeP="64;40"
SizeL="64;40"
Font=";12;normal;0"
Command="awk '{print $1/1000\" MHz\"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq"
UpdateIntervalSeconds=1

Last edited by sakya; 2011-10-12 at 19:35.
 

The Following 5 Users Say Thank You to sakya For This Useful Post: