flavors-stable diff gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel @ rev 163

gtkonly: update lxpanel configs
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 16:27:45 2012 +0100 (2012-03-24)
parents 4ce6afec917c
children
line diff
     1.1 --- a/gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel	Tue Mar 06 22:05:42 2012 +0100
     1.2 +++ b/gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel	Sat Mar 24 16:27:45 2012 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4      setdocktype=0
     1.5      setpartialstrut=1
     1.6      usefontcolor=1
     1.7 -    fontcolor=#ffffff
     1.8 +    fontcolor=#cfcfcf
     1.9      background=0
    1.10      backgroundfile=/usr/share/images/panel-background.png
    1.11      iconsize=22
    1.12 @@ -30,10 +30,19 @@
    1.13  }
    1.14  
    1.15  Plugin {
    1.16 +    type = launchbar
    1.17 +    Config {
    1.18 +        Button {
    1.19 +            id=/usr/share/applications/xterm.desktop
    1.20 +        }
    1.21 +    }
    1.22 +}
    1.23 +
    1.24 +Plugin {
    1.25      type = space
    1.26      expand=1
    1.27      Config {
    1.28 -        Size=2
    1.29 +        Size=80
    1.30      }
    1.31  }
    1.32  
    1.33 @@ -41,7 +50,7 @@
    1.34      type = dclock
    1.35      Config {
    1.36          ClockFmt=%A %d %B - %R
    1.37 -        TooltipFmt=%A %x - %T
    1.38 +        TooltipFmt=%A %d %B %Y - %T
    1.39          BoldFont=1
    1.40          IconOnly=0
    1.41      }
    1.42 @@ -62,7 +71,7 @@
    1.43  Plugin {
    1.44      type = space
    1.45      Config {
    1.46 -        Size=8
    1.47 +        Size=6
    1.48      }
    1.49  }
    1.50  
    1.51 @@ -77,7 +86,7 @@
    1.52  Plugin {
    1.53      type = space
    1.54      Config {
    1.55 -        Size=4
    1.56 +        Size=6
    1.57      }
    1.58  }
    1.59  
    1.60 @@ -85,7 +94,7 @@
    1.61      type = batt
    1.62      Config {
    1.63          HideIfNoBattery=0
    1.64 -        AlarmCommand=desktopbox notify "Battery low" 4
    1.65 +        AlarmCommand=tazbox notify "Warning: battery low" "dialog-warning"
    1.66          AlarmTime=5
    1.67          BackgroundColor=#1b0c03
    1.68          BorderWidth=3
    1.69 @@ -93,7 +102,34 @@
    1.70          ChargingColor2=#cfcfcf
    1.71          DischargingColor1=#473b34
    1.72          DischargingColor2=#473b34
    1.73 -        Size=12
    1.74 +        Size=14
    1.75 +    }
    1.76 +}
    1.77 +
    1.78 +Plugin {
    1.79 +    type = space
    1.80 +    Config {
    1.81 +        Size=6
    1.82 +    }
    1.83 +}
    1.84 +
    1.85 +Plugin {
    1.86 +    type = cpu
    1.87 +}
    1.88 +
    1.89 +Plugin {
    1.90 +    type = space
    1.91 +    Config {
    1.92 +        Size=4
    1.93 +    }
    1.94 +}
    1.95 +
    1.96 +Plugin {
    1.97 +    type = launchbar
    1.98 +    Config {
    1.99 +        Button {
   1.100 +            id=/usr/share/applications/slitaz-logout.desktop
   1.101 +        }
   1.102      }
   1.103  }
   1.104  
   1.105 @@ -104,14 +140,3 @@
   1.106      }
   1.107  }
   1.108  
   1.109 -Plugin {
   1.110 -    type = cpu
   1.111 -}
   1.112 -
   1.113 -Plugin {
   1.114 -    type = space
   1.115 -    Config {
   1.116 -        Size=2
   1.117 -    }
   1.118 -}
   1.119 -