.\" Hey, EMACS: -*- nroff -*- .TH WBAR-CONFIG 1 "January 14, 2012" .SH NAME wbar-config \- GUI to customize wbar .SH SYNOPSIS .B wbar-config .SH DESCRIPTION \fBwbar-config\fP is a program that creates and configures the settings for .BR wbar (1)\&. The config file consists of blocks of three lines each of the following format: .PP i: /path/to/file.png .br c: command \-\-args .br t: description for mouseover .PP That means that there is one line starting with "i: " followed by the path to a png file which is used as the icon; followed by a line starting with "c: " which contains the command and arguments that should be run when the user clicks on this icon; and finally followed by a line starting with "t: " containing the text that shall be shown to the user when the mouse cursor is over the icon. .PP The first block is different, it describes general settings. Here the "i: " argument is the path to a file which is used as the background image. The "c: " argument defines the default settings for wbar. The "t: " line contains the path to the font that shall be used followed by a slash and the font size. .PP For example: .PP i: /usr/share/pixmaps/wbar/osxbarback.png .br c: wbar \-\-bpress \-\-above-desk \-\-vbar \-\-pos right \-\-isize 32 \-\-idist 5 \-\-nanim 4 \-\-falfa 65 .br t: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans/10 .SH SEE ALSO .BR wbar (1) .SH AUTHORS wbar-config was written by Yadickson Soto . .PP This manual page was written by Yadickson Soto and improved by Thomas Klausner .