From 058180351413dbf3bdb824dbd5e35bd59f9a8a79 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 12 Nov 2018 16:49:00 +0100 Subject: [PATCH] Fix(Choux): Try to fix font and urxt issues --- tasks/arch_graphicals.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index 300d6ae..8be328b 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -37,6 +37,7 @@ - name: Install fonts pacman: name: + - powerline-fonts - awesome-terminal-fonts - cantarell-fonts - gnu-free-fonts @@ -51,19 +52,19 @@ - noto-fonts state: present -- name: Install AUR fonts - aur: - name: "{{ item }}" - use: makepkg - skip_installed: true - with_items: - - ttf-ubuntu-mono-derivative-powerline-git - - ttf-roboto-mono-powerline-git - - ttf-inconsolata-lgc-for-powerline - - ttf-droid-sans-mono-slashed-powerline-git - - ttf-literation-mono-powerline-git - become: yes - become_user: aur_builder + # - name: Install AUR fonts + # aur: + # name: "{{ item }}" + # use: makepkg + # skip_installed: true + # with_items: + # - ttf-ubuntu-mono-derivative-powerline-git + # - ttf-roboto-mono-powerline-git + # - ttf-inconsolata-lgc-for-powerline + # - ttf-droid-sans-mono-slashed-powerline-git + # - ttf-literation-mono-powerline-git + # become: yes + # become_user: aur_builder