sts rev 4

Add lxpanel config files
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 22:09:13 2014 +0200 (2014-04-26)
parents d313cab10154
children 15b70f6a6049
files lxpanel/sts/config lxpanel/sts/panels/panel
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxpanel/sts/config	Sat Apr 26 22:09:13 2014 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +[Command]
     1.5 +FileManager=spacefm %s
     1.6 +Terminal=xterm
     1.7 +Logout=tazbox logout
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/lxpanel/sts/panels/panel	Sat Apr 26 22:09:13 2014 +0200
     2.3 @@ -0,0 +1,112 @@
     2.4 +# lxpanel <profile> config file. Manually editing is not recommended.
     2.5 +# Use preference dialog in lxpanel to adjust config when you can.
     2.6 +
     2.7 +Global {
     2.8 +    edge=top
     2.9 +    allign=left
    2.10 +    margin=0
    2.11 +    widthtype=percent
    2.12 +    width=100
    2.13 +    height=32
    2.14 +    transparent=1
    2.15 +    tintcolor=#222222
    2.16 +    alpha=255
    2.17 +    autohide=0
    2.18 +    heightwhenhidden=4
    2.19 +    setdocktype=1
    2.20 +    setpartialstrut=1
    2.21 +    usefontcolor=1
    2.22 +    fontsize=11
    2.23 +    fontcolor=#ffffff
    2.24 +    usefontsize=1
    2.25 +    background=0
    2.26 +    iconsize=32
    2.27 +    loglevel=2
    2.28 +}
    2.29 +
    2.30 +Plugin {
    2.31 +    type = menu
    2.32 +    Config {
    2.33 +        image=/usr/share/pixmaps/slitaz-menu.png
    2.34 +        system {
    2.35 +        }
    2.36 +        separator {
    2.37 +        }
    2.38 +        item {
    2.39 +            image=exec
    2.40 +            command=run
    2.41 +        }
    2.42 +        separator {
    2.43 +        }
    2.44 +        item {
    2.45 +            image=logout
    2.46 +            command=logout
    2.47 +        }
    2.48 +    }
    2.49 +}
    2.50 +
    2.51 +Plugin {
    2.52 +    type = space
    2.53 +    Config {
    2.54 +        Size=2
    2.55 +    }
    2.56 +}
    2.57 +
    2.58 +Plugin {
    2.59 +    type = space
    2.60 +    expand=1
    2.61 +    Config {
    2.62 +        Size=4
    2.63 +    }
    2.64 +}
    2.65 +
    2.66 +Plugin {
    2.67 +    type = taskbar
    2.68 +    Config {
    2.69 +        tooltips=1
    2.70 +        IconsOnly=1
    2.71 +        ShowAllDesks=0
    2.72 +        UseMouseWheel=0
    2.73 +        UseUrgencyHint=1
    2.74 +        FlatButton=1
    2.75 +        MaxTaskWidth=200
    2.76 +        spacing=0
    2.77 +        GroupedTasks=1
    2.78 +    }
    2.79 +}
    2.80 +
    2.81 +Plugin {
    2.82 +    type = space
    2.83 +    expand=1
    2.84 +    Config {
    2.85 +        Size=2
    2.86 +    }
    2.87 +}
    2.88 +
    2.89 +Plugin {
    2.90 +    type = tray
    2.91 +}
    2.92 +
    2.93 +Plugin {
    2.94 +    type = space
    2.95 +    Config {
    2.96 +        Size=4
    2.97 +    }
    2.98 +}
    2.99 +
   2.100 +Plugin {
   2.101 +    type = netstatus
   2.102 +    Config {
   2.103 +        iface=wlan0
   2.104 +    }
   2.105 +}
   2.106 +
   2.107 +Plugin {
   2.108 +    type = launchbar
   2.109 +    Config {
   2.110 +        Button {
   2.111 +            id=/usr/share/applications/sts-kill.desktop
   2.112 +        }
   2.113 +    }
   2.114 +}
   2.115 +