KARAMBA
karamba
This defines the Karamba window. A large windows takes more time paint, so try not to make it bigger than the graphics inside need, i.e., do not make a large window if you only have some tiny text in a corner.
x - Horizontal position of the karamba window.
default: x=0
y - Vertical position of the karamba window.
default: y=0
w - The width of the karamba window.
default: w=300
h - The height of the karamba window.
default: w=300
right - If right=true, the karamba window will be placed at the right side of the screen and the x paramter is ignored.
default: right=false
bottom - If bottom=true, the karamba window will be placed at the bottom of the screen and the y paramter is ignored.
default: bottom=false
ontop - If ontop=true, the karamba window will stay on top of other windows.
default: ontop=false
topbar - If topbar=true, the karamba window will be at the top of the screen, and maximized applications will not cover the karamba window (like kicker, the kde desktop panel). The karamba window can not be moved if topbar=true.
default: topbar=false
bottombar - If bottombar=true, the karamba window will be at the bottom of the screen, maximized applications will not cover the karamba window (like kicker, the kde desktop panel). The karamba window can not be moved if bottombar=true.
default: bottombar=false
interval - The refresh rate of the meters in milliseconds.
default: interval=5000
locked - If locked=true, the karamba window can not be moved by click-n-drag. This can also be changed by right-clicking on the window.
default: locked=false
|