123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- separator {
- }
- menu {
- name = Help
- image = /tmp/icons/help24.png
- item {
- name = Help
- action = defaulthtmlviewer file:///usr/share/doc/index.html
- image = /tmp/icons/help24.png
- }
- }
- menu {
- name = Shutdown
- image = /tmp/icons/shutdown24.png
- item {
- name = Reboot computer
- action = wmreboot
- image = /tmp/icons/mini-turn.xpm
- }
- item {
- name = Power-off computer
- action = wmpoweroff
- image = /tmp/icons/mini-stop.xpm
- }
- item {
- name = Restart X server
- action = restartwm
- image = /tmp/icons/mini-x.xpm
- }
- }
- }
- }
- Plugin {
- type = space
- config {
- size = 5
- }
- }
- Plugin {
- type = launchbar
- config {
- button {
- icon = gnome-fs-home
- tooltip = ROX file manager
- action = rox
- }
- button {
- icon = gnome-terminal
- tooltip = Terminal
- action = rxvt
- }
- button {
- icon = gnome-globe
- tooltip = defaultbrowser
- action = defaultbrowser
- }
- button {
- icon = gnome-emacs
- tooltip = defaulttexteditor
- action = defaulttexteditor
- }
- }
- }
- Plugin {
- type = space
- config {
- size = 8
- }
- }
- 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 = 7
- }
- }
- Plugin {
- type = pager
- config {
- showwallpaper = true
- }
- }
- 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
- }
- }
- }
- 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 = cpu
- }
- Plugin {
- type = dclock
- config {
- ClockFmt = %R
- TooltipFmt = %A %x
|