slitaz-configs rev 140

panel top: More space between status, large battery and nice logout icon
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 15:55:08 2012 +0100 (2012-03-24)
parents 05f58d32d48c
children 1d132aae8fc8
files rootfs/etc/lxpanel/slitaz/panels/panel
line diff
     1.1 --- a/rootfs/etc/lxpanel/slitaz/panels/panel	Tue Mar 13 21:29:42 2012 +0100
     1.2 +++ b/rootfs/etc/lxpanel/slitaz/panels/panel	Sat Mar 24 15:55:08 2012 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4      type = launchbar
     1.5      Config {
     1.6          Button {
     1.7 -            id=/usr/share/applications/xterm.desktop
     1.8 +            id=/usr/share/applications/sakura.desktop
     1.9          }
    1.10          Button {
    1.11              id=/usr/share/applications/tazpanel.desktop
    1.12 @@ -56,7 +56,7 @@
    1.13      type = dclock
    1.14      Config {
    1.15          ClockFmt=%A %d %B - %R
    1.16 -        TooltipFmt=%A %x - %T
    1.17 +        TooltipFmt=%A %d %B %Y - %T
    1.18          BoldFont=1
    1.19          IconOnly=0
    1.20      }
    1.21 @@ -77,7 +77,7 @@
    1.22  Plugin {
    1.23      type = space
    1.24      Config {
    1.25 -        Size=8
    1.26 +        Size=6
    1.27      }
    1.28  }
    1.29  
    1.30 @@ -92,7 +92,7 @@
    1.31  Plugin {
    1.32      type = space
    1.33      Config {
    1.34 -        Size=4
    1.35 +        Size=6
    1.36      }
    1.37  }
    1.38  
    1.39 @@ -100,7 +100,7 @@
    1.40      type = batt
    1.41      Config {
    1.42          HideIfNoBattery=0
    1.43 -        AlarmCommand=desktopbox notify "Battery low" 4
    1.44 +        AlarmCommand=tazbox notify "Warning: battery low" "dialog-warning"
    1.45          AlarmTime=5
    1.46          BackgroundColor=#1b0c03
    1.47          BorderWidth=3
    1.48 @@ -108,7 +108,34 @@
    1.49          ChargingColor2=#cfcfcf
    1.50          DischargingColor1=#473b34
    1.51          DischargingColor2=#473b34
    1.52 -        Size=12
    1.53 +        Size=14
    1.54 +    }
    1.55 +}
    1.56 +
    1.57 +Plugin {
    1.58 +    type = space
    1.59 +    Config {
    1.60 +        Size=6
    1.61 +    }
    1.62 +}
    1.63 +
    1.64 +Plugin {
    1.65 +    type = cpu
    1.66 +}
    1.67 +
    1.68 +Plugin {
    1.69 +    type = space
    1.70 +    Config {
    1.71 +        Size=4
    1.72 +    }
    1.73 +}
    1.74 +
    1.75 +Plugin {
    1.76 +    type = launchbar
    1.77 +    Config {
    1.78 +        Button {
    1.79 +            id=/usr/share/applications/slitaz-logout.desktop
    1.80 +        }
    1.81      }
    1.82  }
    1.83  
    1.84 @@ -119,14 +146,3 @@
    1.85      }
    1.86  }
    1.87  
    1.88 -Plugin {
    1.89 -    type = cpu
    1.90 -}
    1.91 -
    1.92 -Plugin {
    1.93 -    type = space
    1.94 -    Config {
    1.95 -        Size=2
    1.96 -    }
    1.97 -}
    1.98 -