wok-stable diff openbox/stuff/lxpanel.config @ rev 410

Specific lxpanel config for openbox
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 11 18:07:14 2008 +0100 (2008-03-11)
parents
children 6bb4c6833b9a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openbox/stuff/lxpanel.config	Tue Mar 11 18:07:14 2008 +0100
     1.3 @@ -0,0 +1,136 @@
     1.4 +# lxpanel <profile> config file
     1.5 +# see http://lxpanel.sf.net/docs.html for complete configuration guide
     1.6 +Global {
     1.7 +    edge = top
     1.8 +    allign = center
     1.9 +    margin = 0
    1.10 +    widthtype = request
    1.11 +    width = 442
    1.12 +    height = 26
    1.13 +    transparent = false
    1.14 +    tintcolor = #000000
    1.15 +    alpha = 106
    1.16 +    setdocktype = true
    1.17 +    setpartialstrut = true
    1.18 +    useFontColor = true
    1.19 +    FontColor = #111111
    1.20 +    Background = false
    1.21 +    BackgroundFile = /usr/share/lxpanel/images/background.png
    1.22 +    FileManager = emelfm2
    1.23 +    Terminal = xterm
    1.24 +    LogoutCommand = openbox -exit
    1.25 +}
    1.26 +
    1.27 +Plugin {
    1.28 +    type = space
    1.29 +    Config {
    1.30 +        Size = 4
    1.31 +    }
    1.32 +}
    1.33 +
    1.34 +Plugin {
    1.35 +    type = menu
    1.36 +    Config {
    1.37 +        image = /usr/share/pixmaps/slitaz-menu.png
    1.38 +        system {
    1.39 +        }
    1.40 +        separator {
    1.41 +        }
    1.42 +        item {
    1.43 +            image = /usr/share/icons/Tango/jwm/applications-other.png
    1.44 +            command = run
    1.45 +        }
    1.46 +        item {
    1.47 +            image = /usr/share/icons/Tango/jwm/preferences-desktop.png
    1.48 +            command = configure
    1.49 +        }
    1.50 +        separator {
    1.51 +        }
    1.52 +        item {
    1.53 +            image = gnome-logout
    1.54 +            command = logout
    1.55 +        }
    1.56 +    }
    1.57 +}
    1.58 +
    1.59 +Plugin {
    1.60 +    type = launchbar
    1.61 +    Config {
    1.62 +        Button {
    1.63 +            id = emelfm2.desktop
    1.64 +        }
    1.65 +        Button {
    1.66 +            id = xterm.desktop
    1.67 +        }
    1.68 +        Button {
    1.69 +            id = firefox.desktop
    1.70 +        }
    1.71 +    }
    1.72 +}
    1.73 +
    1.74 +Plugin {
    1.75 +    type = space
    1.76 +    Config {
    1.77 +        Size = 4
    1.78 +    }
    1.79 +}
    1.80 +
    1.81 +Plugin {
    1.82 +    type = wincmd
    1.83 +    Config {
    1.84 +        Button1 = iconify
    1.85 +        Button2 = shade
    1.86 +    }
    1.87 +}
    1.88 +
    1.89 +Plugin {
    1.90 +    type = space
    1.91 +    Config {
    1.92 +        Size = 4
    1.93 +    }
    1.94 +}
    1.95 +
    1.96 +Plugin {
    1.97 +    type = deskno
    1.98 +}
    1.99 +
   1.100 +Plugin {
   1.101 +    type = space
   1.102 +    Config {
   1.103 +        Size = 2
   1.104 +    }
   1.105 +}
   1.106 +
   1.107 +Plugin {
   1.108 +    type = volumealsa
   1.109 +}
   1.110 +
   1.111 +Plugin {
   1.112 +    type = netstatus
   1.113 +    Config {
   1.114 +        iface = eth0
   1.115 +        configtool = subox netbox
   1.116 +    }
   1.117 +}
   1.118 +
   1.119 +Plugin {
   1.120 +    type = space
   1.121 +    Config {
   1.122 +        Size = 4
   1.123 +    }
   1.124 +}
   1.125 +
   1.126 +Plugin {
   1.127 +    type = cpu
   1.128 +}
   1.129 +
   1.130 +Plugin {
   1.131 +    type = dclock
   1.132 +    Config {
   1.133 +        ClockFmt = %R
   1.134 +        TooltipFmt = %A %x
   1.135 +        Action = osmo &
   1.136 +        BoldFont = 0
   1.137 +    }
   1.138 +}
   1.139 +