tazpanel diff data/tazpanel.conf @ rev 303

3 weeks forging ;) Some bugs fixed, maybe all i18n improved (please, recheck 'po's!), couple of new features added... Enjoy!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 04 13:00:43 2012 +0300 (2012-05-04)
parents 72e9955ebdff
children b3c93e4a8acc
line diff
     1.1 --- a/data/tazpanel.conf	Wed Apr 11 20:12:41 2012 +0300
     1.2 +++ b/data/tazpanel.conf	Fri May 04 13:00:43 2012 +0300
     1.3 @@ -1,6 +1,6 @@
     1.4  # tazpanel.conf: SliTaz Web Control Panel configuration
     1.5  #
     1.6 -# Copyright (C) 2011-2012 SliTaz GNU/Linux - BSD License
     1.7 +# Copyright (C) 2011-12 SliTaz GNU/Linux - BSD License
     1.8  #
     1.9  
    1.10  # Panel location and theme
    1.11 @@ -32,3 +32,7 @@
    1.12  # Shared Tazpkg paths
    1.13  LOCALSTATE="/var/lib/tazpkg"
    1.14  INSTALLED="$LOCALSTATE/installed"
    1.15 +
    1.16 +# Disk usage warnings in percents
    1.17 +DU_WARN="70"
    1.18 +DU_CRIT="90"