File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 132132 key : /org/gnome/shell/disable-user-extensions
133133 value : " false"
134134
135+ - name : Activating SimpleWeather extension
136+ when : ansible_os_family == 'Archlinux'
137+ community.general.dconf :
138+ key : /org/gnome/shell/extensions/simple-weather/is-activated
139+ value : " true"
140+
135141- name : Enabling individual GNOME Shell extensions
136142 when : ansible_os_family == 'Archlinux'
137143 community.general.dconf :
276282 fetch-on-startup"
277283 value : " true"
278284
285+ - name : Configuring SimpleWeather extension
286+ when : ansible_os_family == 'Archlinux'
287+ community.general.dconf :
288+ key : /org/gnome/shell/extensions/simple-weather/theme
289+ value : " 'immersive'"
290+
279291- name : Configuring OpenWeather Refined extension
280292 when : ansible_os_family == 'Archlinux'
281293 community.general.dconf :
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ gnome_extensions:
1515 - " 'keymapper@houmain.github.com'"
1616 - " 'nightthemeswitcher@romainvigier.fr'"
1717 - " 'no-overview@fthx'"
18- - " 'openweather-extension@penguin-teal.github.io'"
1918 - " 'pano@elhan.io'"
2019 - " 'randomwallpaper@iflow.space'"
2120 - " 'search-light@icedman.github.com'"
21+ - " 'simple-weather@romanlefler.com'"
2222 - " 'systemd-manager@hardpixel.eu'"
2323 - " 'ubuntu-dock@ubuntu.com'"
2424 Debian :
You can’t perform that action at this time.
0 commit comments