Compare commits

..

2 Commits

Author SHA1 Message Date
fc091ab734 Feat: change gnome-shelle to materia 2021-07-05 09:50:14 +02:00
9061723f14 Feat: add ytb url 2021-07-04 14:00:57 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@ 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: "'Plata-Noir-Compact'" value: "'Materia-dark-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: "'Plata-Noir-Compact'" value: "'Materia-dark-compact'"
state: present state: present
become: true become: true
become_user: "{{ me.username }}" become_user: "{{ me.username }}"