diff --git a/tasks/arch_gnome.yml b/tasks/arch_gnome.yml index c70c9e5..e30cae3 100644 --- a/tasks/arch_gnome.yml +++ b/tasks/arch_gnome.yml @@ -62,12 +62,52 @@ use: makepkg skip_installed: true with_items: + - plata-theme - gnome-colors-icon-theme - - ubo-icons - - shadow-icon-theme - - vertex-themes - - vertex-icons-git - numix-icon-theme-git - numix-circle-icon-theme-git + - tela-icon-theme-git become: yes become_user: aur_builder + +- name: to fire a terminal - binding + dconf: + key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding" + value: "'Return'" + state: present + become_user: me + +- name: to fire a terminal - command + dconf: + key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command" + value: "'st'" + state: present + become_user: me + +- name: to fire a terminal - name + dconf: + key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name" + value: "'Terminal'" + state: present + become_user: me + +- name: Shell theme + dconf: + key: "org/gnome/shell/extensions/user-theme/name" + value: "'Plata-Noir-Compact'" + state: present + become_user: me + +- name: Gtk theme + dconf: + key: "org/gnome/desktop/interface/get-theme" + value: "'plata-Noir-Compact'" + state: present + become_user: me + +- name: Icon theme + dconf: + key: "org/gnome/desktop/interface/get-theme" + value: "'Tela-orange-dark'" + state: present + become_user: me