slitaz-configs rev 92 4.3

Add slitaz profile LXpanel files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 04:00:41 2011 +0200 (2011-04-06)
parents c0f95e660836
children 212127bda846
files rootfs/etc/lxpanel/slitaz/config rootfs/etc/lxpanel/slitaz/panels/bottom rootfs/etc/lxpanel/slitaz/panels/panel rootfs/etc/xdg/openbox/autostart.sh
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/etc/lxpanel/slitaz/config	Wed Apr 06 04:00:41 2011 +0200
     1.3 @@ -0,0 +1,4 @@
     1.4 +[Command]
     1.5 +FileManager=pcmanfm %s
     1.6 +Terminal=xterm
     1.7 +Logout=desktopbox logout
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/rootfs/etc/lxpanel/slitaz/panels/bottom	Wed Apr 06 04:00:41 2011 +0200
     2.3 @@ -0,0 +1,60 @@
     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=bottom
     2.9 +    allign=center
    2.10 +    margin=0
    2.11 +    widthtype=percent
    2.12 +    width=100
    2.13 +    height=24
    2.14 +    transparent=1
    2.15 +    tintcolor=#ffffff
    2.16 +    alpha=20
    2.17 +    autohide=0
    2.18 +    heightwhenhidden=2
    2.19 +    setdocktype=0
    2.20 +    setpartialstrut=1
    2.21 +    usefontcolor=1
    2.22 +    fontcolor=#ffffff
    2.23 +    background=0
    2.24 +    iconsize=24
    2.25 +}
    2.26 +
    2.27 +Plugin {
    2.28 +    type = pager
    2.29 +}
    2.30 +
    2.31 +Plugin {
    2.32 +    type = space
    2.33 +    Config {
    2.34 +        Size=4
    2.35 +    }
    2.36 +}
    2.37 +
    2.38 +Plugin {
    2.39 +    type = taskbar
    2.40 +    expand=1
    2.41 +    Config {
    2.42 +        tooltips=1
    2.43 +        IconsOnly=0
    2.44 +        ShowAllDesks=0
    2.45 +        UseMouseWheel=1
    2.46 +        UseUrgencyHint=1
    2.47 +        FlatButton=1
    2.48 +        MaxTaskWidth=200
    2.49 +        spacing=2
    2.50 +        GroupedTasks=1
    2.51 +    }
    2.52 +}
    2.53 +
    2.54 +Plugin {
    2.55 +    type = dclock
    2.56 +    Config {
    2.57 +        ClockFmt=%R
    2.58 +        TooltipFmt=%A %x
    2.59 +        BoldFont=1
    2.60 +        IconOnly=0
    2.61 +    }
    2.62 +}
    2.63 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/rootfs/etc/lxpanel/slitaz/panels/panel	Wed Apr 06 04:00:41 2011 +0200
     3.3 @@ -0,0 +1,151 @@
     3.4 +# lxpanel <profile> config file. Manually editing is not recommended.
     3.5 +# Use preference dialog in lxpanel to adjust config when you can.
     3.6 +
     3.7 +Global {
     3.8 +    edge=top
     3.9 +    allign=center
    3.10 +    margin=0
    3.11 +    widthtype=percent
    3.12 +    width=100
    3.13 +    height=24
    3.14 +    transparent=1
    3.15 +    tintcolor=#ffffff
    3.16 +    alpha=20
    3.17 +    autohide=0
    3.18 +    heightwhenhidden=2
    3.19 +    setdocktype=0
    3.20 +    setpartialstrut=1
    3.21 +    usefontcolor=1
    3.22 +    fontcolor=#ffffff
    3.23 +    background=0
    3.24 +    backgroundfile=/usr/share/lxpanel/images/background.png
    3.25 +    iconsize=24
    3.26 +}
    3.27 +
    3.28 +Plugin {
    3.29 +    type = space
    3.30 +    Config {
    3.31 +        Size=4
    3.32 +    }
    3.33 +}
    3.34 +
    3.35 +Plugin {
    3.36 +    type = menu
    3.37 +    Config {
    3.38 +        name=SliTazMenu.directory
    3.39 +        image=/usr/share/pixmaps/slitaz-menu.png
    3.40 +        system {
    3.41 +        }
    3.42 +        separator {
    3.43 +        }
    3.44 +        item {
    3.45 +            image=exec
    3.46 +            command=run
    3.47 +        }
    3.48 +        separator {
    3.49 +        }
    3.50 +        item {
    3.51 +            image=logout
    3.52 +            command=logout
    3.53 +        }
    3.54 +    }
    3.55 +}
    3.56 +
    3.57 +Plugin {
    3.58 +    type = space
    3.59 +    Config {
    3.60 +        Size=2
    3.61 +    }
    3.62 +}
    3.63 +
    3.64 +Plugin {
    3.65 +    type = launchbar
    3.66 +    Config {
    3.67 +        Button {
    3.68 +            id=/usr/share/applications/pcmanfm.desktop
    3.69 +        }
    3.70 +        Button {
    3.71 +            id=/usr/share/applications/leafpad.desktop
    3.72 +        }
    3.73 +    }
    3.74 +}
    3.75 +
    3.76 +Plugin {
    3.77 +    type = space
    3.78 +    Config {
    3.79 +        Size=2
    3.80 +    }
    3.81 +}
    3.82 +
    3.83 +Plugin {
    3.84 +    type = space
    3.85 +    expand=1
    3.86 +    Config {
    3.87 +        Size=2
    3.88 +    }
    3.89 +}
    3.90 +
    3.91 +Plugin {
    3.92 +    type = tray
    3.93 +}
    3.94 +
    3.95 +Plugin {
    3.96 +    type = space
    3.97 +    Config {
    3.98 +        Size=4
    3.99 +    }
   3.100 +}
   3.101 +
   3.102 +Plugin {
   3.103 +    type = volumealsa
   3.104 +}
   3.105 +
   3.106 +Plugin {
   3.107 +    type = space
   3.108 +    Config {
   3.109 +        Size=8
   3.110 +    }
   3.111 +}
   3.112 +
   3.113 +Plugin {
   3.114 +    type = netstatus
   3.115 +    Config {
   3.116 +        iface=wlan0
   3.117 +        configtool=subox netbox %i
   3.118 +    }
   3.119 +}
   3.120 +
   3.121 +Plugin {
   3.122 +    type = space
   3.123 +    Config {
   3.124 +        Size=4
   3.125 +    }
   3.126 +}
   3.127 +
   3.128 +Plugin {
   3.129 +    type = batt
   3.130 +    Config {
   3.131 +        HideIfNoBattery=0
   3.132 +        AlarmCommand=xmessage Battery low
   3.133 +        AlarmTime=5
   3.134 +        BackgroundColor=black
   3.135 +        BorderWidth=1
   3.136 +        ChargingColor1=#28f200
   3.137 +        ChargingColor2=#22cc00
   3.138 +        DischargingColor1=#ffee00
   3.139 +        DischargingColor2=#d9ca00
   3.140 +        Size=8
   3.141 +    }
   3.142 +}
   3.143 +
   3.144 +Plugin {
   3.145 +    type = cpu
   3.146 +}
   3.147 +
   3.148 +Plugin {
   3.149 +    type = space
   3.150 +    Config {
   3.151 +        Size=2
   3.152 +    }
   3.153 +}
   3.154 +
     4.1 --- a/rootfs/etc/xdg/openbox/autostart.sh	Wed Apr 06 03:50:37 2011 +0200
     4.2 +++ b/rootfs/etc/xdg/openbox/autostart.sh	Wed Apr 06 04:00:41 2011 +0200
     4.3 @@ -11,7 +11,7 @@
     4.4  pcmanfm -d &
     4.5  
     4.6  # Start the Freedesktop panel standard menu.
     4.7 -lxpanel &
     4.8 +lxpanel --profile slitaz &
     4.9  
    4.10  # Packages update notification
    4.11  tazpkg-notify &