diff --git a/roles/home-gui/files/reset-mate-clock.sh b/roles/home-gui/files/reset-mate-clock.sh index 670a9f5..6eaf3b3 100644 --- a/roles/home-gui/files/reset-mate-clock.sh +++ b/roles/home-gui/files/reset-mate-clock.sh @@ -4,7 +4,40 @@ dconf load /org/mate/panel/objects/clock/prefs/ << __EOF__ show-temperature=false expand-locations=true format='24-hour' -cities=['', '', '', ''] -custom-format='' show-weather=false +cities=[ \ + '', \ + '', \ + '', \ + '', \ + '', \ + '' \ +] __EOF__