Fix(Gnome): clean aur install

This commit is contained in:
Bertrand Benjamin 2018-11-10 15:58:21 +01:00
parent 65fd8f59f5
commit b5facf97c1
1 changed files with 19 additions and 12 deletions

View File

@ -9,15 +9,6 @@
- transmission-gtk
- quodlibet
- gnome-mpv
- numix-gtk-theme
- materia-gtk-theme
- gnome-icon-theme-extras
- arc-solid-gtk-theme
- arc-gtk-theme
- gnome-themes-extra
- gnome-icon-theme-symbolic
- gnome-icon-theme
- adwaita-icon-theme
- chrome-gnome-shell
- networkmanager
- network-manager-applet
@ -45,19 +36,35 @@
- name: Install python-psutil package
pacman:
name: python-psutil
state: present
- name: Install Icons and gtk themes
- name: Install look and feel
pacman:
name:
- numix-gtk-theme
- materia-gtk-theme
- gnome-icon-theme-extras
- arc-solid-gtk-theme
- arc-gtk-theme
- gnome-themes-extra
- gnome-icon-theme-symbolic
- gnome-icon-theme
- adwaita-icon-theme
state: present
- name: Install AUR Icons and gtk themes
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- gnome-colors-icon-theme
- obsidian-icon-theme-git
- ubo-icons
- shadow-icon-theme
- vertex-themes
- vertex-icons-git
- gtk-theme-flatstudio
- numix-gtk-theme-git
- numix-circle-icon-theme-git
- numix-icon-theme-git
become: yes
become_user: aur_builder