Skip to content

Commit 12beffb

Browse files
committed
Add simpleweather configurations
1 parent 1665e05 commit 12beffb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

roles/gnome/tasks/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@
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:
@@ -276,6 +282,12 @@
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:

roles/gnome/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)