VSIDO Community

VSIDO Support => Scripts and How To's => Tint2 Support and Scripts => Topic started by: sqlpython on September 06, 2013, 04:40:33 PM

Title: fbpanel config with OpenBox
Post by: sqlpython on September 06, 2013, 04:40:33 PM
 Sorry I know this child forum says tint2 support but..........................
This example of my fbpanel config on my SID OpenBox refers to VastOne's request on this forum to have a look see at this particular fbpanel config..
  This is simply the Default with some minor changes and adds... ie I eliminatd the the Menu Button.
I believe that the Menu Button in the Panel is a redundancy with OB or Fluxbox.. JMHO

Here is a link to the SCROT  http://db.tt/wAS9ePtG (http://db.tt/wAS9ePtG)     
The Config
************

########################################
## fbpanel configuration file         ##
########################################
# Global {

#     # screen edge
#     # legal values are: left, right, top, bottom
     edge = top

#     # allignment of a panel
#     # legal values are: left, right, center
#     allign = left

# config {} - block of plugin's private configuration.
#             This part is plugin  dependant


Global {
    edge = top
    allign = center
    margin = 0
    widthtype = percent
    width = 86
    height = 24
    transparent = true
    tintcolor = #ffffff
    alpha = 28
    setdocktype = true
    setpartialstrut = true
    autohide = false
    heightWhenHidden = 2
    roundcorners = true
    roundcornersradius = 7
    layer = none
    MaxElemHeight = 32
}



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

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


Plugin {
    type = launchbar
    config {
        button {
            icon = file-manager
            tooltip = File Manager
            action = thunar
        }
        button {
            icon = terminal
            tooltip = Terminal
            action = x-terminal-emulator
        }
button {
            icon = web-browser
            tooltip = Web Browser
            action = x-www-browser
    }
    }
}

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


Plugin {
    type = wincmd
    config {
        icon = gnome-fs-desktop
        tooltip = Left click to iconify all windows. Middle click to shade them.
    }
}


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



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


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

Plugin {
    type = pager
    config {
        showwallpaper = true
    }
}

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

Plugin {
    type = mem
    expand = false
    padding = 2
    config {
        ShowSwap = false
    }
}

Plugin {
    type = cpu
    config {
        Color = green
    }
}

Plugin {
    type = net
    expand = false
    padding = 0
    config {
        #interface = ppp0
        interface = wlan0
        # set connection limits to make traffic graph more accurate
        TxLimit = 20
        RxLimit = 190
        TxColor = violet
        RxColor = blue
    }
}


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

#plugin {
#    type = volume
#}

#plugin {
#    type = battery
#}

Plugin {
    type = tray
}

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

# Digital Clock
Plugin {
    type = dclock
    config {
        ShowSeconds = false
        HoursView = 24
        TooltipFmt = %A %x
        #Action = xmessage Please define some command &
    }
}

# 'icons' plugin lets you customize window icons.
# these changes apply to entire desktop
Plugin {
    type = icons
    config {
        DefaultIcon = /usr/share/fbpanel/images/default.xpm
        application {
            icon = gnome-terminal
            ClassName = XTerm
        }
        application {
            icon = gnome-terminal
            ClassName = mlterm
        }
        application {
            icon = gnome-terminal
            ClassName = URxvt
        }
        application {
            icon = gnome-emacs
            ClassName = Emacs
        }
        application {
            icon = mozilla-firefox
            ClassName = Firefox-bin
        }
        application {
            icon = mozilla-firefox
            ClassName = Firefox
        }
    }
}

Title: Re: fbpanel config with OpenBox
Post by: jedi on September 07, 2013, 01:31:13 AM
Wow sqlpython, that actually looks really cool.  Thanks for sharing!
Title: Re: fbpanel config with OpenBox
Post by: sqlpython on September 07, 2013, 11:57:24 PM
 Eye appealing
Changes are minor