X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=readme.txt;fp=readme.txt;h=acc9149b0b61ac9aff4e7be1f6fd8d7709ce740e;hb=b7d8fc1a0be728e8830c04fa6d836c8d18c6bc3a;hp=fbcacbd86fe90ea17b4fbfbf3f98d908c3e2271b;hpb=15f42220856460f67c375c1e64de4ffc4bdf6f47;p=pandora_liveinfo.git diff --git a/readme.txt b/readme.txt index fbcacbd..acc9149 100644 --- a/readme.txt +++ b/readme.txt @@ -44,6 +44,39 @@ Fields T: 23.2C battery temperature +Controlling live info +--------------------- + +It's possible to hide Live info by sending it USR1 signal and show it +again by sending the same signal. This can be done by simply running +"killall -USR1 liveinfo" command. This command can also be bound to +xfce keyboard shortcuts or similar. +Sending the TERM signal ("killall liveinfo") causes it to cleanly exit +(sending it KILL / -9 signal will leave the layer enabled and visible, +so is not recommended). + + +Showing custom fields and alternative control +--------------------------------------------- + +There is a tool called 'custom' included inside of .pnd, it can be used +to also send commands and display custom fields. The code is included +inside the .pnd and can be integrated in other programs, it's simple +communication over local/unix sockets. + +Any command containing a semicolon ":" is interpreted as a field to +display on screen. For example, running +./custom "fps: 60" +will show that string on screen. There is no removal command, the +string will time out by itself. + +Other understood commands are: + quit - self explanatory + hide + show + poke - if hidden, show up; if visible, exit + + License -------