diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-22 17:45:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-22 17:46:25 +0100 |
| commit | e091bb11752d4c0fa0e73e568eb784b68bc5f2af (patch) | |
| tree | 5ae91e9ef10e1597d9dfc8b6a59082543e28ca73 /roles/font/tasks | |
| parent | f0339564e2169cf281a4be9bcdf3a84e454dcebd (diff) | |
Set noto sans as the default Gnome font
Diffstat (limited to 'roles/font/tasks')
| -rw-r--r-- | roles/font/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/font/tasks/main.yml b/roles/font/tasks/main.yml index 6a6e19b1..75e15a41 100644 --- a/roles/font/tasks/main.yml +++ b/roles/font/tasks/main.yml @@ -44,3 +44,8 @@ dest: "{{ item.dest }}" state: "link" loop: "{{ font_presets }}" + +- name: "Configure gnome font" + ansible.builtin.command: + cmd: 'gsettings set org.gnome.desktop.interface font-name "Noto Sans"' + changed_when: false |
