flavors 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 b15932f93d49
children bc39d85402ea
files gtkonly/rootfs/etc/lxpanel/slitaz/panels/bottom gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel
line diff
     1.1 --- a/gtkonly/rootfs/etc/lxpanel/slitaz/panels/bottom	Fri Mar 23 21:42:52 2012 +0000
     1.2 +++ b/gtkonly/rootfs/etc/lxpanel/slitaz/panels/bottom	Sat Mar 24 16:27:45 2012 +0100
     1.3 @@ -27,6 +27,7 @@
     1.4      Config {
     1.5          name=SliTazMenu.directory
     1.6          image=slitaz-menu
     1.7 +        #tintcolor=orange
     1.8          system {
     1.9          }
    1.10          separator {
    1.11 @@ -35,12 +36,11 @@
    1.12              image=exec
    1.13              command=run
    1.14          }
    1.15 -        separator {
    1.16 -        }
    1.17 -        item {
    1.18 -            image=lxde-logout
    1.19 -            command=logout
    1.20 -        }
    1.21 +        #item {
    1.22 +            #image=img
    1.23 +            #name=Item name
    1.24 +            #action=progname
    1.25 +        #}
    1.26      }
    1.27  }
    1.28  
     2.1 --- a/gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel	Fri Mar 23 21:42:52 2012 +0000
     2.2 +++ b/gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel	Sat Mar 24 16:27:45 2012 +0100
     2.3 @@ -16,7 +16,7 @@
     2.4      setdocktype=0
     2.5      setpartialstrut=1
     2.6      usefontcolor=1
     2.7 -    fontcolor=#ffffff
     2.8 +    fontcolor=#cfcfcf
     2.9      background=0
    2.10      backgroundfile=/usr/share/images/panel-background.png
    2.11      iconsize=22
    2.12 @@ -30,10 +30,19 @@
    2.13  }
    2.14  
    2.15  Plugin {
    2.16 +    type = launchbar
    2.17 +    Config {
    2.18 +        Button {
    2.19 +            id=/usr/share/applications/xterm.desktop
    2.20 +        }
    2.21 +    }
    2.22 +}
    2.23 +
    2.24 +Plugin {
    2.25      type = space
    2.26      expand=1
    2.27      Config {
    2.28 -        Size=2
    2.29 +        Size=80
    2.30      }
    2.31  }
    2.32  
    2.33 @@ -41,7 +50,7 @@
    2.34      type = dclock
    2.35      Config {
    2.36          ClockFmt=%A %d %B - %R
    2.37 -        TooltipFmt=%A %x - %T
    2.38 +        TooltipFmt=%A %d %B %Y - %T
    2.39          BoldFont=1
    2.40          IconOnly=0
    2.41      }
    2.42 @@ -62,7 +71,7 @@
    2.43  Plugin {
    2.44      type = space
    2.45      Config {
    2.46 -        Size=8
    2.47 +        Size=6
    2.48      }
    2.49  }
    2.50  
    2.51 @@ -77,7 +86,7 @@
    2.52  Plugin {
    2.53      type = space
    2.54      Config {
    2.55 -        Size=4
    2.56 +        Size=6
    2.57      }
    2.58  }
    2.59  
    2.60 @@ -85,7 +94,7 @@
    2.61      type = batt
    2.62      Config {
    2.63          HideIfNoBattery=0
    2.64 -        AlarmCommand=desktopbox notify "Battery low" 4
    2.65 +        AlarmCommand=tazbox notify "Warning: battery low" "dialog-warning"
    2.66          AlarmTime=5
    2.67          BackgroundColor=#1b0c03
    2.68          BorderWidth=3
    2.69 @@ -93,7 +102,34 @@
    2.70          ChargingColor2=#cfcfcf
    2.71          DischargingColor1=#473b34
    2.72          DischargingColor2=#473b34
    2.73 -        Size=12
    2.74 +        Size=14
    2.75 +    }
    2.76 +}
    2.77 +
    2.78 +Plugin {
    2.79 +    type = space
    2.80 +    Config {
    2.81 +        Size=6
    2.82 +    }
    2.83 +}
    2.84 +
    2.85 +Plugin {
    2.86 +    type = cpu
    2.87 +}
    2.88 +
    2.89 +Plugin {
    2.90 +    type = space
    2.91 +    Config {
    2.92 +        Size=4
    2.93 +    }
    2.94 +}
    2.95 +
    2.96 +Plugin {
    2.97 +    type = launchbar
    2.98 +    Config {
    2.99 +        Button {
   2.100 +            id=/usr/share/applications/slitaz-logout.desktop
   2.101 +        }
   2.102      }
   2.103  }
   2.104  
   2.105 @@ -104,14 +140,3 @@
   2.106      }
   2.107  }
   2.108  
   2.109 -Plugin {
   2.110 -    type = cpu
   2.111 -}
   2.112 -
   2.113 -Plugin {
   2.114 -    type = space
   2.115 -    Config {
   2.116 -        Size=2
   2.117 -    }
   2.118 -}
   2.119 -