Add Clearlooks default theme

git-svn-id: https://svn.o-hand.com/repos/poky@91 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2005-09-30 18:09:08 +00:00
parent 7d6ca97456
commit cbd26eefbb
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
matchbox-desktop --icon-size 64 &
matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
exec matchbox-window-manager $@
matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
exec matchbox-window-manager -theme Clearlooks $@

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "matchbox matchbox-applet-startup-monitor"
PR = "r1"
PR = "r2"
SRC_URI = "file://etc"
S = ${WORKDIR}