openbsd-ports/x11/icewm/patches/patch-lib_themes_default_default_theme
2022-03-11 20:15:18 +00:00

14 lines
449 B
Plaintext

The default wallpaper is a Linux one, use background color instead.
Index: lib/themes/default/default.theme
--- lib/themes/default/default.theme.orig
+++ lib/themes/default/default.theme
@@ -48,5 +48,5 @@ ColorScrollBarButtonArrow="rgb:C0/C0/C0"
DesktopBackgroundCenter=1
DesktopBackgroundScaled=1
-#DesktopBackgroundColor="#3a6ea5"
-DesktopBackgroundImage="default.png"
+DesktopBackgroundColor="#3a6ea5"
+#DesktopBackgroundImage="default.png"