Load dconf file directly
Some checks failed
Lint / Lint (3.10) (push) Failing after 14s
Lint / Lint (3.11) (push) Failing after 18s

This commit is contained in:
Ariejan de Vroom 2024-06-07 09:58:38 +02:00
parent 84da86c54a
commit 065b98d771
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 5 additions and 2 deletions

View File

@ -7,3 +7,6 @@ idle-delay=uint32 0
power-button-action='interactive' power-button-action='interactive'
# Disable sleep # Disable sleep
sleep-display-ac-type='nothing' sleep-display-ac-type='nothing'
[org/gnome/settings-daemon/plugins/color]
night-light-enabled=true

View File

@ -1,3 +1,3 @@
--- ---
- name: Apply dconf settings - name: Apply dconf settings
ansible.builtin.command: dconf load < {{ gesttings.dconf }} ansible.builtin.shell: dconf load / < {{ role_path }}/files/gsettings.dconf