From fb34ddafe30bf59e3aa8cf2f50b005f8135dffd5 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Sat, 15 Feb 2014 10:03:08 +0100 Subject: [PATCH] Fix background option. --- update-home.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-home.sh b/update-home.sh index 8634db1..a01365b 100755 --- a/update-home.sh +++ b/update-home.sh @@ -39,7 +39,7 @@ then gconftool-2 --type=string --set /apps/metacity/general/theme "Numix Daily" gsettings set org.cinnamon.theme name 'Flatty flakes' gsettings set org.cinnamon.desktop.background picture-uri "file://$HOME/.cinnamon/backgrounds/bg_fluffsplosion.jpeg" - gsettings set org.cinnamon.desktop.background picture-options 'centered' + gsettings set org.cinnamon.desktop.background picture-options 'stretched' gsettings set org.cinnamon.desktop.background color-shading-type 'solid' gsettings set org.cinnamon.desktop.background primary-color '#000000' gsettings set org.cinnamon.desktop.background secondary-color '#000000'