Fix(fonts): Get ok fonts?

This commit is contained in:
Bertrand Benjamin 2018-11-12 17:09:52 +01:00
parent 0581803514
commit e9ca55019e
2 changed files with 14 additions and 15 deletions

View File

@ -1,6 +1,6 @@
!*.font: xft:monospace:size=9 !*.font: xft:monospace:size=9
! URxvt*font: xft:Ubuntu Mono derivative Powerline:size=9 ! URxvt*font: xft:Ubuntu Mono derivative Powerline:size=9
URxvt*font: xft:Ubuntu Mono derivative Powerline:pixelsize=14:antialias=true:hinting=true URxvt.font: xft:Ubuntu Mono derivative Powerline:pixelsize=14,xft:Droid Sans Mono for Powerline:pixelsize=14,xft:DejaVu Sans Mono:pixelsize=14,xft:Droid Sans Fallback:pixelsize=14,xft:FreeSans:pixelsize=14,xft:FreeSans:pixelsize=14
URxvt*scrollBar: false URxvt*scrollBar: false
URxvt.perl-ext-common: default,fullscreen,resize-font URxvt.perl-ext-common: default,fullscreen,resize-font

View File

@ -37,7 +37,6 @@
- name: Install fonts - name: Install fonts
pacman: pacman:
name: name:
- powerline-fonts
- awesome-terminal-fonts - awesome-terminal-fonts
- cantarell-fonts - cantarell-fonts
- gnu-free-fonts - gnu-free-fonts
@ -52,19 +51,19 @@
- noto-fonts - noto-fonts
state: present state: present
# - name: Install AUR fonts - name: Install AUR fonts
# aur: aur:
# name: "{{ item }}" name: "{{ item }}"
# use: makepkg use: makepkg
# skip_installed: true skip_installed: true
# with_items: with_items:
# - ttf-ubuntu-mono-derivative-powerline-git - ttf-ubuntu-mono-derivative-powerline-git
# - ttf-roboto-mono-powerline-git - ttf-roboto-mono-powerline-git
# - ttf-inconsolata-lgc-for-powerline - ttf-inconsolata-lgc-for-powerline
# - ttf-droid-sans-mono-slashed-powerline-git - ttf-droid-sans-mono-slashed-powerline-git
# - ttf-literation-mono-powerline-git - ttf-literation-mono-powerline-git
# become: yes become: yes
# become_user: aur_builder become_user: aur_builder