LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Share your fbpanel configuration ... (https://www.linuxquestions.org/questions/linux-desktop-74/share-your-fbpanel-configuration-4175586351/)

patrick295767 08-05-2016 08:50 AM

Share your fbpanel configuration ...
 
2 Attachment(s)
Hello,

"fbpanel" is a pretty light, cool, panel for X11 desktop. It works well with evilwm, jwm, openbox, tinywm,... and also KDE if you'd like ;)

Just share your configuration ... Please do not forget the screenshot.

Enjoy Linux!

(file Conf ~/.config/fbpanel/default herewith mine)

Habitual 08-05-2016 09:02 AM

Pat:
You collect odd stuff.

patrick295767 08-05-2016 09:20 AM

Quote:

Originally Posted by Habitual (Post 5586447)
Pat:
You collect odd stuff.

Sometimes collecting old stuff, some PC retro ...

You can visit if you've got time:
http://www.hnf.de/start.html
http://www.computerhistory.org/

ondoho 08-05-2016 03:42 PM

why would you want to make it look like win95? weird...

anyhow, fbpanel has a unique plugin, the icons plugin.
it allows you to change default icons for application, and the change applies for the whole desktop, not only for fbpanel itself!
so i sometimes have an instance of fbpanel running with icons plugin only, to change a few ugly default icons. and use another panel altogether.

Code:

Global {
    edge = bottom
    allign = right
    margin = 0
    widthtype = pixel
    heightType = pixel
    width = 0
    height = 0
    transparent = true
    tintcolor = #CCCCAD
    alpha = 0
    setdocktype = false
    setpartialstrut = false
    autohide = false
    heightWhenHidden = 0
    roundcorners = false
    roundcornersradius = 7
    layer = below
    SetLayer = false
    MaxElemHeight = 0
}

# 'icons' plugin lets you customize window icons.
# these changes apply to entire desktop
Plugin {
    type = icons
    config {
        application {
            icon = utilities-terminal
            ClassName = URxvt
        }
        application {
            icon = dialog-password
            ClassName = Keepassx
        }
        application {
            icon = web-browser
            ClassName = QupZilla
        }
        application {
            icon = web-browser
            ClassName = Firefox
        }
        application {
            icon = image-x-generic
            ClassName = feh
        }
        application {
            icon = extract-archive
            ClassName = Engrampa
        }
        application {
            icon =  message
            ClassName = Xmessage
        }
        application {
            icon =  accessories-calculator
            ClassName = XCalc
        }
        application {
            icon = application-default-icon
            ClassName = albert
        }
        application {
            icon = multimedia-player
            ClassName = mpv
        }
        application {
            icon = accessories-text-editor
            ClassName = Geany
        }
    }
}



All times are GMT -5. The time now is 07:28 PM.