mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 04:58:26 +00:00
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:
@@ -1,4 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
matchbox-desktop --icon-size 64 &
|
matchbox-desktop --icon-size 48 \
|
||||||
matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
|
--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 $@
|
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 = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user