From dbe61d6cc4198ccb8a8876cbf3604ee03e0b245a Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Sun, 21 Nov 2010 20:54:17 -0800 Subject: [PATCH] debxo-lxde: set default lxde panel size to 40px --- configs/debxo-lxde/hooks | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.2