improve desktop icon layout

git-svn-id: https://svn.o-hand.com/repos/poky@93 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2005-09-30 22:58:10 +00:00
parent 43749dbd25
commit 4f60df5b3c
2 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,13 @@
#!/bin/sh
matchbox-desktop --icon-size 64 &
matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
matchbox-desktop --icon-size 48 \
--icon-padding 64 \
--font sans-8:bold \
--titlefont sans-8:bold &
matchbox-panel --orientation east \
--padding 4 \
--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 = "r2"
PR = "r3"
SRC_URI = "file://etc"
S = ${WORKDIR}