From: Andres Salomon Date: Mon, 22 Nov 2010 04:54:17 +0000 (-0800) Subject: debxo-lxde: set default lxde panel size to 40px X-Git-Tag: v0.6~6 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=dbe61d6cc4198ccb8a8876cbf3604ee03e0b245a debxo-lxde: set default lxde panel size to 40px --- diff --git a/configs/debxo-lxde/hooks b/configs/debxo-lxde/hooks index 66bb63a..85a0a25 100644 --- a/configs/debxo-lxde/hooks +++ b/configs/debxo-lxde/hooks @@ -85,6 +85,13 @@ Section "Screen" EndSection EOF + # configure default lxpanel size (it's awfully small otherwise) + F=${ROOT_DIR}/usr/share/lxpanel/profile/default/panels/panel + if [ -f ${F} ]; then + sed --in-place "s/height=26/height=40/" ${F} + sed --in-place "s/^}$/ iconsize=40\n}/" ${F} + fi + # configure nodm F=${ROOT_DIR}/etc/default/nodm if [ -f ${F} ]; then