From a537bea76ade8601ed62df7509da5eea2e18e6e7 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Wed, 16 Sep 2020 17:18:03 +0200 Subject: [PATCH] changed default background colour (to be the same as the one in sxmo-xdm-config) it's subjective, but the old one was rather ugly imho. Of course people should customise it in their own custom xinit, but it might be better if the default is a bit more appealing to the eye as it's the first thing new users will see. Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_xinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index 4a595cd..3142d2d 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -27,7 +27,7 @@ setupxdgruntimedir() { xdefaults() { alsactl --file /usr/share/sxmo/alsa/default_alsa_sound.conf restore xmodmap /usr/share/sxmo/appcfg/xmodmap_caps_esc - xsetroot -mod 3 2 -fg '#000000' -bg '#888888' + xsetroot -mod 29 29 -fg '#0b3a4c' -bg '#082430' xset s off -dpms xrdb /usr/share/sxmo/appcfg/xresources_xcalc.xr synclient TapButton1=1 TapButton2=3 TapButton3=2 MinSpeed=0.25