1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 06:51:58 +01:00

fix font configs

This commit is contained in:
eoli3n 2022-02-22 10:31:41 +01:00
parent d2521259c3
commit 25ba07af50
4 changed files with 8 additions and 4 deletions

@ -1,7 +1,10 @@
---
font: '"jetbrains mono"'
font: 'jetbrains mono'
font_size: 10
font_icon: '"FontAwesome5FreeRegular", "FontAwesome5FreeSolid", "FontAwesome5Brands"'
font_icon:
- 'FontAwesome5FreeRegular'
- 'FontAwesome5FreeSolid'
- 'FontAwesome5Brands'
gtk_theme: Adwaita-dark
icon_theme: Papirus-Dark
git_name: eoli3n

@ -27,3 +27,4 @@
- name: vdirsyncer init
shell: yes | vdirsyncer discover
ignore_errors: yes

@ -15,7 +15,7 @@ input type:touchpad click_method clickfinger
set $mod Mod4
# fonts
font pango: {{ font }}, {{ font_icon }} 10
font pango: "{{ font }}"{% for i in font_icon %}, "{{ i }}"{% endfor %} 10
# gaps
default_border none

@ -17,7 +17,7 @@
* {
border: none;
border-radius: 0;
font-family: {{ font }}, {{ font_icon }};
font-family: "{{ font }}"{% for i in font_icon %}, "{{ i }}"{% endfor %};
font-size: 12px;
box-shadow: none;
text-shadow: none;