From 074722de2e35346f22dbad4409b9578e54a5f668 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 23 Aug 2018 16:04:07 +0200 Subject: [PATCH] add AUR powerline pathed fonts --- tasks/arch_graphicals.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index d962735..92c2af4 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -36,7 +36,6 @@ - ttf-ubuntu-font-family - ttf-inconsolata - noto-fonts - - powerline-fonts - name: Install AUR fonts aur: @@ -45,6 +44,10 @@ 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