Compare commits

..

No commits in common. "fc091ab734a89fa939be48c925d0d8b3e02bd98a" and "188c859939d0bec23b18d8daf539a42d195c2b73" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCNqADXg6dTqov4klT703jYg "Fe
https://www.youtube.com/feeds/videos.xml?channel_id=UC9Q8WeyCb3yxySC3P3mGpBw "Ferme" "Le jardin d'Emerveille" https://www.youtube.com/feeds/videos.xml?channel_id=UC9Q8WeyCb3yxySC3P3mGpBw "Ferme" "Le jardin d'Emerveille"
https://www.youtube.com/feeds/videos.xml?channel_id=UC3-gwlrYQi5Q3t00Tyr2tmQ "Ferme" "Le jardin d'Olivier" https://www.youtube.com/feeds/videos.xml?channel_id=UC3-gwlrYQi5Q3t00Tyr2tmQ "Ferme" "Le jardin d'Olivier"
https://www.youtube.com/feeds/videos.xml?channel_id=UCSKdJoK73RLL-zOs4Sq_tTQ "Ferme" "Loic le jardineur" https://www.youtube.com/feeds/videos.xml?channel_id=UCSKdJoK73RLL-zOs4Sq_tTQ "Ferme" "Loic le jardineur"
https://www.youtube.com/feeds/videos.xml?channel_id=UCJfcABj0bAqFrK3tjhGsSpw "Ferme" "Theud Bald"
https://www.youtube.com/feeds/videos.xml?channel_id=UCL_r1ELEvAuN0peKUxI0Umw "Permaculture" "Geoff Lawton" https://www.youtube.com/feeds/videos.xml?channel_id=UCL_r1ELEvAuN0peKUxI0Umw "Permaculture" "Geoff Lawton"

View File

@ -105,7 +105,7 @@
- name: Shell theme - name: Shell theme
dconf: dconf:
key: "/org/gnome/shell/extensions/user-theme/name" key: "/org/gnome/shell/extensions/user-theme/name"
value: "'Materia-dark-compact'" value: "'Plata-Noir-Compact'"
state: present state: present
become: true become: true
become_user: "{{ me.username }}" become_user: "{{ me.username }}"
@ -113,7 +113,7 @@
- name: Gtk theme - name: Gtk theme
dconf: dconf:
key: "/org/gnome/desktop/interface/gkt-theme" key: "/org/gnome/desktop/interface/gkt-theme"
value: "'Materia-dark-compact'" value: "'Plata-Noir-Compact'"
state: present state: present
become: true become: true
become_user: "{{ me.username }}" become_user: "{{ me.username }}"