diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-09-30 22:58:10 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-09-30 22:58:10 +0000 |
commit | 4f60df5b3c7e8beff22f02438ad8ec49ddeb2a1d (patch) | |
tree | b5e9dd5e972b2ba5e66808dc81c22e03e4e96c62 /openembedded/packages/matchbox-poky | |
parent | 43749dbd252d435f38d9ffe31a4c4bff71e1e797 (diff) | |
download | poky-4f60df5b3c7e8beff22f02438ad8ec49ddeb2a1d.tar.gz |
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-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 13 | ||||
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
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 aca266ea58..536f00aa23 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | matchbox-desktop --icon-size 64 & | 2 | matchbox-desktop --icon-size 48 \ |
3 | matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery & | 3 | --icon-padding 64 \ |
4 | --font sans-8:bold \ | ||
5 | --titlefont sans-8:bold & | ||
6 | |||
7 | matchbox-panel --orientation east \ | ||
8 | --padding 4 \ | ||
9 | --no-menu \ | ||
10 | --no-session \ | ||
11 | --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery & | ||
12 | |||
4 | exec matchbox-window-manager -theme Clearlooks $@ | 13 | 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 4fdc61b32f..1cf81e9edd 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" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "matchbox matchbox-applet-startup-monitor" | 4 | DEPENDS = "matchbox matchbox-applet-startup-monitor" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |