more extensions
Some checks failed
Lint / Lint (3.10) (push) Failing after 14s
Lint / Lint (3.11) (push) Failing after 13s

This commit is contained in:
Ariejan de Vroom 2024-06-07 11:27:48 +02:00
parent 20fdf1eb1d
commit 0eacc15aed
Signed by: ariejan
GPG Key ID: AD739154F713697B
3 changed files with 9 additions and 2 deletions

View File

@ -28,6 +28,7 @@ packages:
- htop
- iotop
- linux-firmware
- lm_sensors
- man
- man-db
- man-pages
@ -86,4 +87,5 @@ base_fonts:
gnome_extensions:
- dash-to-panel@jderose9.github.com
- openweather-extension@penguin-teal.github.io
- user-theme@gnome-shell-extensions.gcampax.github.com
- user-theme@gnome-shell-extensions.gcampax.github.com
- freon@UshakovVasilii_Github.yahoo.com

View File

@ -1,5 +1,5 @@
---
- name: Install Gnome Extensions
ansible.builtin.shell: gext install --filesystem {{ item }}
ansible.builtin.shell: gext --filesystem install {{ item }}
with_items: "{{ gnome_extensions }}"
changed_when: true

View File

@ -1,4 +1,9 @@
---
- name: Detecting lm_sensors
ansible.builtin.shell: sensors-detect --auto
ignore_errors: true
changed_when: true
- name: Configure GNOME Settings
ansible.builtin.import_tasks: gsettings.yml