flavors rev 147

firefox: up lxpanel configs
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 01 17:22:14 2012 +0100 (2012-03-01)
parents 4cda8ce963fd
children 1154bb30932b
files firefox/rootfs/etc/lxpanel/default/panels/bottom firefox/rootfs/etc/lxpanel/default/panels/panel
line diff
     1.1 --- a/firefox/rootfs/etc/lxpanel/default/panels/bottom	Thu Mar 01 17:20:46 2012 +0100
     1.2 +++ b/firefox/rootfs/etc/lxpanel/default/panels/bottom	Thu Mar 01 17:22:14 2012 +0100
     1.3 @@ -9,8 +9,8 @@
     1.4      width=100
     1.5      height=24
     1.6      transparent=1
     1.7 -    tintcolor=#ffffff
     1.8 -    alpha=20
     1.9 +    tintcolor=#351a0a
    1.10 +    alpha=255
    1.11      autohide=0
    1.12      heightwhenhidden=2
    1.13      setdocktype=0
    1.14 @@ -18,11 +18,33 @@
    1.15      usefontcolor=1
    1.16      fontcolor=#ffffff
    1.17      background=0
    1.18 +    backgroundfile=/usr/share/images/panel-background.png
    1.19      iconsize=24
    1.20  }
    1.21  
    1.22  Plugin {
    1.23 -    type = pager
    1.24 +    type = menu
    1.25 +    Config {
    1.26 +        name=SliTazMenu.directory
    1.27 +        image=slitaz-menu
    1.28 +        name=SliTazMenu.directory
    1.29 +        name=SliTazMenu.directory
    1.30 +        name=SliTazMenu.directory
    1.31 +        system {
    1.32 +        }
    1.33 +        separator {
    1.34 +        }
    1.35 +        item {
    1.36 +            image=exec
    1.37 +            command=run
    1.38 +        }
    1.39 +        separator {
    1.40 +        }
    1.41 +        item {
    1.42 +            image=lxde-logout
    1.43 +            command=logout
    1.44 +        }
    1.45 +    }
    1.46  }
    1.47  
    1.48  Plugin {
    1.49 @@ -49,12 +71,10 @@
    1.50  }
    1.51  
    1.52  Plugin {
    1.53 -    type = dclock
    1.54 -    Config {
    1.55 -        ClockFmt=%R
    1.56 -        TooltipFmt=%A %x
    1.57 -        BoldFont=1
    1.58 -        IconOnly=0
    1.59 -    }
    1.60 +    type = tray
    1.61  }
    1.62  
    1.63 +Plugin {
    1.64 +    type = pager
    1.65 +}
    1.66 +
     2.1 --- a/firefox/rootfs/etc/lxpanel/default/panels/panel	Thu Mar 01 17:20:46 2012 +0100
     2.2 +++ b/firefox/rootfs/etc/lxpanel/default/panels/panel	Thu Mar 01 17:22:14 2012 +0100
     2.3 @@ -9,45 +9,37 @@
     2.4      width=100
     2.5      height=24
     2.6      transparent=1
     2.7 -    tintcolor=#ffffff
     2.8 -    alpha=20
     2.9 +    tintcolor=#351a0a
    2.10 +    alpha=255
    2.11      autohide=0
    2.12      heightwhenhidden=2
    2.13      setdocktype=0
    2.14      setpartialstrut=1
    2.15      usefontcolor=1
    2.16 -    fontcolor=#ffffff
    2.17 +    fontcolor=#cfcfcf
    2.18      background=0
    2.19 -    backgroundfile=/usr/share/lxpanel/images/background.png
    2.20 -    iconsize=24
    2.21 +    backgroundfile=/usr/share/images/panel-background.png
    2.22 +    iconsize=22
    2.23  }
    2.24  
    2.25  Plugin {
    2.26      type = space
    2.27      Config {
    2.28 -        Size=4
    2.29 +        Size=2
    2.30      }
    2.31  }
    2.32  
    2.33  Plugin {
    2.34 -    type = menu
    2.35 +    type = launchbar
    2.36      Config {
    2.37 -        name=SliTazMenu.directory
    2.38 -        image=/usr/share/pixmaps/slitaz-menu.png
    2.39 -        name=SliTazMenu.directory
    2.40 -        system {
    2.41 +        Button {
    2.42 +            id=/usr/share/applications/xterm.desktop
    2.43          }
    2.44 -        separator {
    2.45 +        Button {
    2.46 +            id=/usr/share/applications/tazpanel.desktop
    2.47          }
    2.48 -        item {
    2.49 -			image=exec
    2.50 -            command=run
    2.51 -        }
    2.52 -        separator {
    2.53 -        }
    2.54 -        item {
    2.55 -            image=logout
    2.56 -            command=logout
    2.57 +        Button {
    2.58 +            id=/usr/share/applications/firefox.desktop
    2.59          }
    2.60      }
    2.61  }
    2.62 @@ -61,13 +53,20 @@
    2.63  }
    2.64  
    2.65  Plugin {
    2.66 -    type = tray
    2.67 +    type = dclock
    2.68 +    Config {
    2.69 +        ClockFmt=%A %d %B - %R
    2.70 +        TooltipFmt=%A %x - %T
    2.71 +        BoldFont=1
    2.72 +        IconOnly=0
    2.73 +    }
    2.74  }
    2.75  
    2.76  Plugin {
    2.77      type = space
    2.78 +    expand=1
    2.79      Config {
    2.80 -        Size=4
    2.81 +        Size=2
    2.82      }
    2.83  }
    2.84  
    2.85 @@ -78,7 +77,7 @@
    2.86  Plugin {
    2.87      type = space
    2.88      Config {
    2.89 -        Size=4
    2.90 +        Size=8
    2.91      }
    2.92  }
    2.93  
    2.94 @@ -86,7 +85,7 @@
    2.95      type = netstatus
    2.96      Config {
    2.97          iface=wlan0
    2.98 -        configtool=subox netbox %i
    2.99 +        configtool=browser http://tazpanel:82/network.cgi
   2.100      }
   2.101  }
   2.102  
   2.103 @@ -101,15 +100,22 @@
   2.104      type = batt
   2.105      Config {
   2.106          HideIfNoBattery=0
   2.107 -        AlarmCommand=xmessage Battery low
   2.108 +        AlarmCommand=desktopbox notify "Battery low" 4
   2.109          AlarmTime=5
   2.110 -        BackgroundColor=black
   2.111 -        BorderWidth=1
   2.112 -        ChargingColor1=#28f200
   2.113 -        ChargingColor2=#22cc00
   2.114 -        DischargingColor1=#ffee00
   2.115 -        DischargingColor2=#d9ca00
   2.116 -        Size=8
   2.117 +        BackgroundColor=#1b0c03
   2.118 +        BorderWidth=3
   2.119 +        ChargingColor1=#cfcfcf
   2.120 +        ChargingColor2=#cfcfcf
   2.121 +        DischargingColor1=#473b34
   2.122 +        DischargingColor2=#473b34
   2.123 +        Size=12
   2.124 +    }
   2.125 +}
   2.126 +
   2.127 +Plugin {
   2.128 +    type = space
   2.129 +    Config {
   2.130 +        Size=4
   2.131      }
   2.132  }
   2.133