1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
matchbox-desktop --icon-size 64 & 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 & 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 $@ exec matchbox-window-manager -theme Clearlooks $@
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL" LICENSE = "GPL"
SECTION = "x11" SECTION = "x11"
DEPENDS = "matchbox matchbox-applet-startup-monitor" DEPENDS = "matchbox matchbox-applet-startup-monitor"
PR = "r1" PR = "r2"
SRC_URI = "file://etc" SRC_URI = "file://etc"
S = ${WORKDIR} S = ${WORKDIR}