zymos000 /.fbpanel/default

########################################
## fbpanel configuration file         ##
########################################

########################################
# DESCRIPTION
# My config...
#

Global {

    edge = bottom
    allign = center
    margin = 0
    widthtype = percent
    width = 94
    heighttype = pixel
    height = 20
    roundcorners = false 
#    Transparent = true
#    TintColor = #FFFFFF
#    Alpha = 25
     
}

Plugin {
    type = launchbar
        config {
        button {
            image = /usr/share/fbpanel/images/default.xpm
                tooltip = Run
            action = fbrun
   }
}
}

Plugin {
    type = wincmd
    config {
        image = /usr/share/fbpanel/images/gnome-fs-desktop.svg
        tooltip = Left click to iconify all windows. Middle click to shade them.
    }
}

Plugin {
    type = separator
}



Plugin {
    type = launchbar
    config {
        button {
            image = /usr/share/fbpanel/images/gnome_terminal.svg
            tooltip = Terminal
            action = xterm
        }
        button {
            image = /usr/share/fbpanel/images/mozilla-firefox.svg
            tooltip = Internet
            action = firefox
        }
#	button {
#	   image = /usr/share/icons/gentoo/48x48/snail.png
#           tooltip = Email
#            action = sylpheed-claws
#	}

    }

}


 
 Plugin {
    type = separator
}  

# 'icons' plugin lets you customize window icons. 
# these changes applay to entire desktop
Plugin {
    type = icons
    config {
        DefaultIcon = /usr/share/fbpanel/images/default.xpm     
        application {
            image = /usr/share/fbpanel/images/gnome_terminal.svg
            ClassName = XTerm
        }
        application {   
                image = /usr/share/fbpanel/images/star.png
            	ClassName = MPlayer
        }
        application {   
                image = /usr/share/icon/gnome/32x32/apps/text-editor.png
            	ClassName = VIM
        }
    }
}

Plugin {
    type = space
    #expand = true
    config {
        size = 20
    }
}


Plugin {
    type = taskbar
    expand = true
    config {
        ShowIconified = true
        ShowMapped    = true
        ShowAllDesks  = false
        tooltips = true
        IconsOnly = false
        MaxTaskWidth = 150
    }
}

Plugin {
    type = tray
}

# Digital Clock
Plugin {
    type = tclock
    config {
        ClockFmt = %R
        TooltipFmt = %A %x
        Action = xmessage Please define some command &
    }
}


# vi /usr/share/fbpanel/default