From 12364292154f32dc8434c2354bffce2e8df082e5 Mon Sep 17 00:00:00 2001 From: edeso Date: Fri, 13 Dec 2024 19:25:21 +0100 Subject: [PATCH 1/2] adapt desktop bg color to image --- bin/install_desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_desktop.sh b/bin/install_desktop.sh index 27e02dcc..0a53e194 100755 --- a/bin/install_desktop.sh +++ b/bin/install_desktop.sh @@ -46,7 +46,7 @@ cp ../desktop-conf/osgeo-desktop-transparent.png \ sed -i -e 's|^DesktopShortcuts=.*|DesktopShortcuts=Home, Trash|' \ -e 's|^WallpaperMode=.*|WallpaperMode=zoom|' \ -e 's|^Wallpaper=.*|Wallpaper=/usr/share/lubuntu/wallpapers/osgeo-desktop.png|' \ - -e 's|^BgColor=.*|BgColor=#cfd2e4|' \ + -e 's|^BgColor=.*|BgColor=#ffffff|' \ -e 's|^FgColor=.*|FgColor=#000000|' \ -e 's|^ShadowColor=.*|ShadowColor=#7f7f7f|' \ -e 's|^UseTrash=.*|UseTrash=true|' \ From 503e632f2f9bf00398b98609d70a2eaacfd892eb Mon Sep 17 00:00:00 2001 From: edeso Date: Fri, 13 Dec 2024 19:37:39 +0100 Subject: [PATCH 2/2] lighten text shadow --- bin/install_desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_desktop.sh b/bin/install_desktop.sh index 0a53e194..b0673e22 100755 --- a/bin/install_desktop.sh +++ b/bin/install_desktop.sh @@ -48,7 +48,7 @@ sed -i -e 's|^DesktopShortcuts=.*|DesktopShortcuts=Home, Trash|' \ -e 's|^Wallpaper=.*|Wallpaper=/usr/share/lubuntu/wallpapers/osgeo-desktop.png|' \ -e 's|^BgColor=.*|BgColor=#ffffff|' \ -e 's|^FgColor=.*|FgColor=#000000|' \ - -e 's|^ShadowColor=.*|ShadowColor=#7f7f7f|' \ + -e 's|^ShadowColor=.*|ShadowColor=#dfdfdf|' \ -e 's|^UseTrash=.*|UseTrash=true|' \ /etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf