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 | 7c599c602d892971bf3fe46c8fd66ffa0f65f29c (patch) | |
| tree | 5ae91e9ef10e1597d9dfc8b6a59082543e28ca73 | |
| parent | 5d28d3def51ab1f12f80cb37801f6d1dd393ccef (diff) | |
Set noto sans as the default Gnome font
| -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 |
