Skip to content

Instantly share code, notes, and snippets.

@weakish
Created July 5, 2010 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weakish/464302 to your computer and use it in GitHub Desktop.
Save weakish/464302 to your computer and use it in GitHub Desktop.
#fbpanel #fvwm-crystal configs #recycle
# fbpanel <profile> config file
# see http://fbpanel.sf.net/docs.html for complete configuration guide
Global {
edge = top
allign = left
margin = 0
widthtype = percent
width = 100
height = 26
transparent = false
tintcolor = #ffffff
alpha = 34
setdocktype = true
setpartialstrut = true
autohide = false
heightWhenHidden = 1
}
Plugin {
type = space
config {
size = 2
}
}
Plugin {
type = menu
config {
image = /usr/local/share/fvwm-crystal/fvwm/icons/Default/48x48/fvwm-crystal/fvwm-crystal.png
systemmenu {
}
separator {
}
item {
icon = gnome-settings
name = configure
image = /usr/share/fbpanel/images/gnome-setting.svg
command = configure
}
item {
icon = gnome-terminal
name = terminal
image = /usr/share/fbpanel/images/gnome_terminal.svg
action = gnome-terminal
}
separator {
}
item {
name = reboot
image = /usr/local/share/fvwm-crystal/fvwm/icons/Default/48x48/fvwm-crystal/system-reboot.png
action = sudo /sbin/reboot
}
item {
name = shut down
image = /usr/local/share/fvwm-crystal/fvwm/icons/Default/48x48/fvwm-crystal/system-shutdown.png
action = sudo /sbin/shutdown -h now
}
}
}
Plugin {
type = space
config {
size = 5
}
}
Plugin {
type = wincmd
config {
icon = gnome-fs-desktop
image = /usr/share/fbpanel/images/gnome-fs-desktop.svg
tooltip = Left click to iconify all windows. Middle click to shade them.
}
}
Plugin {
type = space
config {
size = 7
}
}
Plugin {
type = pager
config {
showwallpaper = true
}
}
Plugin {
type = icons
config {
DefaultIcon = /usr/share/fbpanel/images/default.xpm
application {
icon = gnome-terminal
Image = /usr/share/fbpanel/images/gnome_terminal.svg
ClassName = XTerm
}
application {
icon = gnome-terminal
Image = /usr/share/fbpanel/images/gnome_terminal.svg
ClassName = mlterm
}
application {
icon = gnome-terminal
Image = /usr/share/fbpanel/images/gnome_terminal.svg
ClassName = URxvt
}
application {
icon = gnome-emacs
Image = /usr/share/fbpanel/images/emacs.svg
ClassName = Emacs
}
application {
icon = mozilla-firefox
ClassName = Firefox-bin
}
application {
icon = mozilla-firefox
ClassName = Firefox
}
}
}
Plugin {
type = space
config {
size = 5
}
}
Plugin {
type = taskbar
expand = true
config {
ShowIconified = true
ShowMapped = true
ShowAllDesks = false
tooltips = true
IconsOnly = false
MaxTaskWidth = 150
}
}
Plugin {
type = tray
}
Plugin {
type = dclock
config {
ClockFmt = %R
TooltipFmt = %A %x
Action = xmessage Please define some command &
color = black
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment