Menu

show desktop

Help
2003-05-16
2003-05-17
  • Christian Schaefer

    hi,

    does anyone know the "dcop kicker"-syntax for showing the desktop?
    i want to put an icon on my bar which minimizes all open 'windows'.
    Or does anyone know where i can find a reference for it?

    i also have another problem:
    i modified the bluebar-theme CREATED BY LUIS MAURAD by scaling the bar down to height of 70 pixel, but know the widget(?)-superkaramba is as large as the 'original' bar.
    i changend the lines:
    -KARAMBA  X=-30 Y=550  W=1124 H=167
    LOCKED=TRUE        INTERVAL=1000
    -IMAGE  X=-15  Y=0  PATH="pics/bar2.png"
    to
    -KARAMBA X=5  Y=0 W=1200 H=70    TOPBAR=TRUE    MASK="pics/barmask"    INTERVAL=1000
    -IMAGE         X=5      Y=0         PATH="pics/bar.png"

    thanks for reading

     
    • Mr.Dobalina

      Mr.Dobalina - 2003-05-16

      For minimizing all open windows, just call the karamba.toggleShowDesktop(widget) function from the widgetClicked() callback in a python script for your theme.

       
    • Christian Schaefer

      thanks

       

Log in to post a comment.