Fix(fonts): Get ok fonts?
This commit is contained in:
parent
0581803514
commit
e9ca55019e
@ -1,6 +1,6 @@
|
||||
!*.font: xft:monospace: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.perl-ext-common: default,fullscreen,resize-font
|
||||
|
@ -37,7 +37,6 @@
|
||||
- name: Install fonts
|
||||
pacman:
|
||||
name:
|
||||
- powerline-fonts
|
||||
- awesome-terminal-fonts
|
||||
- cantarell-fonts
|
||||
- gnu-free-fonts
|
||||
@ -52,19 +51,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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user