KDE-mod fbpanel profile

I’ve done, something like Mac, Ubuntu/Gnome, now its time for KDE. This was one of the easier profiles for me to make, The menu’s have the same amount of entries as the Ubuntu-top profile has, just rearranged. For this you will have to download the KDE-logo (download) for it to work. Put the KDE-logo in /usr/share/icons/ as k.png for it to work without editing the code itself, you should use sudo to put the KDE-logo in /usr/share/icons/.

For my GTK-theme I’m using gtk2-engines-qtcurves.

$ sudo apt-get install gtk2-engines-qtcurves

For my rox-filer icon set I’m using Mac4Lin.  As for my system wide icon set I’m using nuoveXT.

View howto install this theme into fbpanel


Image and video hosting by TinyPic

Bottom profile:
# fbpanel - config file
# Profile name - KDE-mod
# Profile position - bottom bar
# Filename - KDE-mod
# Author of this profile  - chris4585
# see http://fbpanel.sf.net/docs.html for complete configuration guide

Global {
edge = bottom
allign = left
margin = 0
widthtype = percent
width = 100
height = 45
transparent = true
tintcolor = #ffffff
alpha = 300
setdocktype = true
setpartialstrut = true
}

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

Plugin {
type = menu
config {
image = /usr/share/icons/k.png
systemmenu {
}
menu {
        name = System
        image = /usr/share/icons/gnome/scalable/devices/computer.svg
        menu {
            name = Preferences
            image = /usr/share/icons/Human/scalable/categories/gnome-control-center.svg
            item {
                icon = gnome-settings-theme
                name = GTK Theme
                action = gtk-chtheme
            }
            item {
                name = Openbox Theme
                icon = preferences-system-windows
                action = obconf
            }
            item {
                name = Obmenu
                icon = stock_file-properties
                action = obmenu
            }
            item {
                name = Change Wallpaper
                icon = preferences-desktop-wallpaper
                action = nitrogen Pictures/
            }
        }
        menu {
            name = Administration
            image = /usr/share/icons/Human/scalable/categories/applications-system.svg
            item {
                icon = gnome-dev-memory
                name = Hardware Drivers
                action = gksu -D /usr/share/applications/jocky-gtk.desktop /usr/bin/jockey-gtk
            }
            item {
                name = System Monitor
                icon = gnome-monitor
                action = gnome-system-monitor
            }
            item {
                name = Synaptic Package Manager
                icon = synaptic
                action = gksu synaptic
            }
            item {
                name = Update Manager
                icon = update-manager
                action = update-manager
            }
        }
}
menu {
        name = Places
        item {
            icon = gnome-fs-directory
            name = Home
            action = rox-filer
        }
        item {
            icon = gnome-fs-directory
            name = Documents
            action = rox-filer Documents/
        }
        item {
            icon = gnome-fs-directory
            name = Music
            action = rox-filer Music/
        }
        item {
            icon = gnome-fs-directory
            name = Pictures
            action = rox-filer Pictures/
        }
        item {
            icon = gnome-fs-directory
            name = Videos
            action = rox-filer Videos/
        }
        separator {
        }
        item {
            icon = computer
            name = Media
            action = rox-filer /media/
        }
        }
separator {
}

item {
name = Run
action = gksu
}

menu {
name = Logout
image = /usr/share/icons/gnome/scalable/actions/application-exit.svg
item {
icon = gnome-session-halt
name = Shutdown
action = gksu poweroff
}
item {
icon = gnome-session-reboot
name = Reboot
action = gksu reboot
}
item {
icon = gnome-session-logout
name = Logout
action = gksu killall openbox
}
}
}
}

Plugin {
type = launchbar
config {
button {
icon = gnome-fs-directory
tooltip = rox-filer
action = rox-filer
}
}
}

Plugin {
type = launchbar
config {
button {
icon = gnome-terminal
tooltip = Terminal
action = xfce4-terminal
}
}
}

Plugin {
type = launchbar
config {
button {
icon = firefox
tooltip = Browse the web
action = firefox
}
}
}

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

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

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

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

Plugin {
type = launchbar
config {
button {
icon = audio-volume-high
tooltip = Adjust volumes
action = xfce4-mixer
}
}
}

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

Plugin {
    type = tray
}  

# Digital Clock
Plugin {
    type = dclock
    config {
        ClockFmt = %r
        TooltipFmt = %A %x
        Action =
    }
}

2 Comments

  1. Posted May 13, 2008 at 4:44 am | Permalink

    It’s great theme

  2. chris4585
    Posted May 13, 2008 at 6:13 am | Permalink

    Thank you, did you try it?

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*