flavors rev 103

core: add modified files in etc
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 31 00:28:53 2011 +0200 (2011-05-31)
parents 4954cdd304b3
children 28bc59abc7e8 29e6ffa67985
files core/rootfs/etc/lxpanel/slitaz/panels/bottom core/rootfs/etc/lxpanel/slitaz/panels/panel core/rootfs/etc/slitaz/tazpanel.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/core/rootfs/etc/lxpanel/slitaz/panels/bottom	Tue May 31 00:28:53 2011 +0200
     1.3 @@ -0,0 +1,70 @@
     1.4 +# lxpanel <profile> config file. Manually editing is not recommended.
     1.5 +# Use preference dialog in lxpanel to adjust config when you can.
     1.6 +
     1.7 +Global {
     1.8 +    edge=bottom
     1.9 +    allign=center
    1.10 +    margin=0
    1.11 +    widthtype=percent
    1.12 +    width=100
    1.13 +    height=24
    1.14 +    transparent=0
    1.15 +    tintcolor=#ffffff
    1.16 +    alpha=20
    1.17 +    autohide=0
    1.18 +    heightwhenhidden=2
    1.19 +    setdocktype=0
    1.20 +    setpartialstrut=1
    1.21 +    usefontcolor=1
    1.22 +    fontcolor=#ffffff
    1.23 +    background=1
    1.24 +    backgroundfile=/usr/share/images/panel-background.png
    1.25 +    iconsize=24
    1.26 +}
    1.27 +
    1.28 +Plugin {
    1.29 +    type = pager
    1.30 +}
    1.31 +
    1.32 +Plugin {
    1.33 +    type = space
    1.34 +    Config {
    1.35 +        Size=4
    1.36 +    }
    1.37 +}
    1.38 +
    1.39 +Plugin {
    1.40 +    type = taskbar
    1.41 +    expand=1
    1.42 +    Config {
    1.43 +        tooltips=1
    1.44 +        IconsOnly=0
    1.45 +        ShowAllDesks=0
    1.46 +        UseMouseWheel=1
    1.47 +        UseUrgencyHint=1
    1.48 +        FlatButton=1
    1.49 +        MaxTaskWidth=200
    1.50 +        spacing=2
    1.51 +        GroupedTasks=1
    1.52 +    }
    1.53 +}
    1.54 +
    1.55 +Plugin {
    1.56 +    type = dclock
    1.57 +    Config {
    1.58 +        ClockFmt=%R
    1.59 +        TooltipFmt=%A %x - %R
    1.60 +        BoldFont=1
    1.61 +        IconOnly=0
    1.62 +    }
    1.63 +}
    1.64 +
    1.65 +Plugin {
    1.66 +    type = launchbar
    1.67 +    Config {
    1.68 +        Button {
    1.69 +            id=/usr/share/applications/slitaz-logout.desktop
    1.70 +        }
    1.71 +    }
    1.72 +}
    1.73 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/core/rootfs/etc/lxpanel/slitaz/panels/panel	Tue May 31 00:28:53 2011 +0200
     2.3 @@ -0,0 +1,146 @@
     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=center
    2.10 +    margin=0
    2.11 +    widthtype=percent
    2.12 +    width=100
    2.13 +    height=24
    2.14 +    transparent=0
    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=1
    2.24 +    backgroundfile=/usr/share/images/panel-background.png
    2.25 +    iconsize=22
    2.26 +}
    2.27 +
    2.28 +Plugin {
    2.29 +    type = space
    2.30 +    Config {
    2.31 +        Size=4
    2.32 +    }
    2.33 +}
    2.34 +
    2.35 +Plugin {
    2.36 +    type = menu
    2.37 +    Config {
    2.38 +        name=SliTazMenu.directory
    2.39 +        image=/usr/share/pixmaps/slitaz-menu.png
    2.40 +        system {
    2.41 +        }
    2.42 +        separator {
    2.43 +        }
    2.44 +        item {
    2.45 +            image=exec
    2.46 +            command=run
    2.47 +        }
    2.48 +        separator {
    2.49 +        }
    2.50 +        item {
    2.51 +            image=logout
    2.52 +            command=logout
    2.53 +        }
    2.54 +    }
    2.55 +}
    2.56 +
    2.57 +Plugin {
    2.58 +    type = space
    2.59 +    Config {
    2.60 +        Size=2
    2.61 +    }
    2.62 +}
    2.63 +
    2.64 +Plugin {
    2.65 +    type = launchbar
    2.66 +    Config {
    2.67 +        Button {
    2.68 +            id=/usr/share/applications/xterm.desktop
    2.69 +        }
    2.70 +        Button {
    2.71 +            id=/usr/share/applications/leafpad.desktop
    2.72 +        }
    2.73 +        Button {
    2.74 +            id=/usr/share/applications/tazweb.desktop
    2.75 +        }
    2.76 +    }
    2.77 +}
    2.78 +
    2.79 +Plugin {
    2.80 +    type = space
    2.81 +    expand=1
    2.82 +    Config {
    2.83 +        Size=2
    2.84 +    }
    2.85 +}
    2.86 +
    2.87 +Plugin {
    2.88 +    type = tray
    2.89 +}
    2.90 +
    2.91 +Plugin {
    2.92 +    type = space
    2.93 +    Config {
    2.94 +        Size=4
    2.95 +    }
    2.96 +}
    2.97 +
    2.98 +Plugin {
    2.99 +    type = volumealsa
   2.100 +}
   2.101 +
   2.102 +Plugin {
   2.103 +    type = space
   2.104 +    Config {
   2.105 +        Size=8
   2.106 +    }
   2.107 +}
   2.108 +
   2.109 +Plugin {
   2.110 +    type = netstatus
   2.111 +    Config {
   2.112 +        iface=wlan0
   2.113 +        configtool=subox netbox %i
   2.114 +    }
   2.115 +}
   2.116 +
   2.117 +Plugin {
   2.118 +    type = space
   2.119 +    Config {
   2.120 +        Size=4
   2.121 +    }
   2.122 +}
   2.123 +
   2.124 +Plugin {
   2.125 +    type = batt
   2.126 +    Config {
   2.127 +        HideIfNoBattery=0
   2.128 +        AlarmCommand=xmessage Battery low
   2.129 +        AlarmTime=5
   2.130 +        BackgroundColor=black
   2.131 +        BorderWidth=1
   2.132 +        ChargingColor1=#28f200
   2.133 +        ChargingColor2=#22cc00
   2.134 +        DischargingColor1=#ffee00
   2.135 +        DischargingColor2=#d9ca00
   2.136 +        Size=8
   2.137 +    }
   2.138 +}
   2.139 +
   2.140 +Plugin {
   2.141 +    type = cpu
   2.142 +}
   2.143 +
   2.144 +Plugin {
   2.145 +    type = space
   2.146 +    Config {
   2.147 +        Size=2
   2.148 +    }
   2.149 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/core/rootfs/etc/slitaz/tazpanel.conf	Tue May 31 00:28:53 2011 +0200
     3.3 @@ -0,0 +1,34 @@
     3.4 +# tazpanel.conf: SliTaz Web Control Panel configuration
     3.5 +#
     3.6 +# Copyright (C) 2011 SliTaz GNU/Linux - BSD License
     3.7 +#
     3.8 +
     3.9 +# Panel location and theme
    3.10 +PANEL="/var/www/tazpanel"
    3.11 +STYLE="default"
    3.12 +
    3.13 +# Absolute path to images and xHTML skel from $PANEL
    3.14 +IMAGES="/styles/$STYLE/images"
    3.15 +HEADER="/styles/$STYLE/header.html"
    3.16 +FOOTER="/styles/$STYLE/footer.html"
    3.17 +
    3.18 +# Display some debug messages
    3.19 +DEBUG="0"
    3.20 +
    3.21 +# Activity log file
    3.22 +LOG_FILE="/var/log/slitaz/tazpanel.log"
    3.23 +
    3.24 +# Terminal settings
    3.25 +TERMINAL="xterm"
    3.26 +TERM_OPTS="-geometry 80x16-0+24 -bg black -fg white"
    3.27 +
    3.28 +# Generic page loading message
    3.29 +LOADING_MSG="Loading..."
    3.30 +
    3.31 +# Busybox HTTP daemon config
    3.32 +HTTPD_CONF="/etc/slitaz/httpd.conf"
    3.33 +HTTPD_PORT="82"
    3.34 +
    3.35 +# Shared Tazpkg paths
    3.36 +LOCALSTATE="/var/lib/tazpkg"
    3.37 +INSTALLED="$LOCALSTATE/installed"