|
NAMEgkrellkam-list - format of the list description files used by GKrellKamDESCRIPTIONGKrellKam lists describe a series of image sources, used in order or at random by the GKrellKam plugin. Online lists (downloadable by GKrellKam with HTTP) use this same syntax.Blank lines and comments (beginning with '#') in GKrellKam lists are ignored. Every line of text that does not begin with a tab character is considered an image source. An image source can be one of several types:
Each image source line should look like this: type: name There are also properties that can be applied to types image, url, and script. Properties must follow the image source line that they modify, and must begin with a tab character. These include:
EXAMPLEThis is a simple example of a GKrellKam list. For a better example, see example.list from this distribution.# .krellkam.list # This list rotates through ~/pics/mypic[1-4].jpg along with a # webcam, and then displays the pictures in ~/lists/sub.list image: /home/paul/pics/mypic1.jpg /home/paul/pics/mypic2.jpg image: /home/paul/pics/mypic3.jpg http://www.usu.edu/webcam/fullsize.jpg [tab] tooltip: This is the building where I work image: /home/paul/pics/mypic4.jpg [tab] seconds: 4 [tab] tooltip: Don't display this one very long list: /home/paul/lists/sub.list FILES$HOME/.krellkam.list - The default source for the first GKrellKam panelexample.list - A sample GKrellKam list AUTHORGKrellKam was written by paul cannon <paul@cannon.cs.usu.edu>. This manual page was written by the same author for inclusion in the GKrellKam distribution, and may be used by others.SEE ALSOwget(8)
Visit the GSP FreeBSD Man Page Interface. |