Skip to content

Commit f714b3c

Browse files
edesokalxas
authored andcommitted
fix wallpapermode and maximize icon label readability
1 parent e413a85 commit f714b3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/install_desktop.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ cp ../desktop-conf/osgeo-desktop-transparent.png \
4444

4545
### Set the desktop background
4646
sed -i -e 's|^DesktopShortcuts=.*|DesktopShortcuts=Home, Trash|' \
47-
-e 's|^WallpaperMode=.*|WallpaperMode=fit|' \
47+
-e 's|^WallpaperMode=.*|WallpaperMode=zoom|' \
4848
-e 's|^Wallpaper=.*|Wallpaper=/usr/share/lubuntu/wallpapers/osgeo-desktop.png|' \
4949
-e 's|^BgColor=.*|BgColor=#cfd2e4|' \
50-
-e 's|^FgColor=.*|FgColor=#232323|' \
51-
-e 's|^ShadowColor=.*|ShadowColor=#A09A8F|' \
50+
-e 's|^FgColor=.*|FgColor=#000000|' \
51+
-e 's|^ShadowColor=.*|ShadowColor=#7f7f7f|' \
5252
-e 's|^UseTrash=.*|UseTrash=true|' \
5353
/etc/xdg/xdg-Lubuntu/pcmanfm-qt/lxqt/settings.conf
5454

0 commit comments

Comments
 (0)