summaryrefslogtreecommitdiff
path: root/openembedded/packages/matchbox-poky
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2005-09-30 22:58:10 +0000
committerMatthew Allum <mallum@openedhand.com>2005-09-30 22:58:10 +0000
commit4f60df5b3c7e8beff22f02438ad8ec49ddeb2a1d (patch)
treeb5e9dd5e972b2ba5e66808dc81c22e03e4e96c62 /openembedded/packages/matchbox-poky
parent43749dbd252d435f38d9ffe31a4c4bff71e1e797 (diff)
downloadopenembedded-core-4f60df5b3c7e8beff22f02438ad8ec49ddeb2a1d.tar.gz
openembedded-core-4f60df5b3c7e8beff22f02438ad8ec49ddeb2a1d.tar.bz2
openembedded-core-4f60df5b3c7e8beff22f02438ad8ec49ddeb2a1d.tar.xz
openembedded-core-4f60df5b3c7e8beff22f02438ad8ec49ddeb2a1d.zip
improve desktop icon layout
git-svn-id: https://svn.o-hand.com/repos/poky@93 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-poky')
-rwxr-xr-xopenembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session13
-rw-r--r--openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb2
2 files changed, 12 insertions, 3 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index aca266ea5..536f00aa2 100755
--- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -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 $@
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
index 4fdc61b32..1cf81e9ed 100644
--- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
@@ -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}