Search This Blog

Saturday 19 February 2011

fbpanel

fbpanel:

# fbpanel <profile> config file
# see http://fbpanel.sf.net/docs.html for complete configuration guide


Global {
    edge = bottom
    allign = left
    margin = 0
    widthtype = percent
    width = 18
    height = 20
    transparent = true
    tintcolor = #ffffff
    alpha = 3
    setdocktype = true
    setpartialstrut = true
    roundcorners = false
    autohide = false
    heightWhenHidden = 1
}


Plugin {
    type = menu
    config {
        icon = start-here
        name = .
        systemmenu {
        }
        separator {
        }
        item {
            icon = gnome-settings
            name = configure
            command = configure
        }
    }
}


Plugin {
    type = menu
    config {
        icon = drive-harddisk
        name = .
    item {
            icon = folder_home
            name = top-panel
            action = fbpanel -p /top-panel  
         }
        separator {
         }
    item {
            icon = drive-removable-media
            name = USB
            action = rox /media/
        }
    item {
            icon = drive-cdrom
            name = CD/DVD
            action = rox /media/cdrom/
        }
        separator {
        }
    item {
            icon = folder_home
            name = Root
            action = rox /
        }
    item {
            icon = folder_home
            name = Home
            action = rox /home/ok        
        }
        separator {
        }
     item {
            icon = folder_home
            name = rox panel
            action = rox -b openbox       
        }
        separator {
        }
    item {
            icon = gtk-cancel
            name = xkill
            action = xkill
        }
    }
}




Plugin {
    type = launchbar
    config {
        button {
            icon = emblem-favorite
            tooltip = Rox
            action = rox
        }
    }
}



Plugin {
    type = launchbar
    config {
        button {
            icon = leafpad
            tooltip = leafpad
            action = leafpad
        }
    }
}


Plugin {
    type = launchbar
    config {
        button {
            icon = gnome-globe
            tooltip = iceape
            action = iceape
        }
    }
}

Plugin {
    type = space
    config {
        size = 1
    }
}

Plugin {
    type = cpu
    config {
    tooltip = run-top
     Action = xterm -e top
     }
}