change font to Iosevka Slab Light-12

This commit is contained in:
Łukasz Pankowski 2021-09-09 20:21:19 +02:00
parent 4c912dd954
commit 2327f1a8f7
3 changed files with 5 additions and 5 deletions

View File

@ -92,11 +92,11 @@ schemas:
colors: *lupan-dark
font:
size: 11.5
size: 12
normal:
family: Fira Code Light
family: Iosevka Slab Light
bold:
family: Fira Code
family: Iosevka Slab
key_bindings:
- key: F6

View File

@ -7,7 +7,7 @@ Xft.dpi: 107
polybar.height: 30
#endif
emacs.font: Fira Code Light-11.5
emacs.font: Iosevka Slab Light-12
emacs.cursorBlink: false
emacs.scrollBarWidth: 20
emacs.background: #424242

View File

@ -4,7 +4,7 @@ THEMES_PATH=~/.config/bspwm/themes
CURRENT_THEME_PATH="${THEMES_PATH}/theme.sh"
DEFAULT_THEME=lupan-dark
FONT='Fira Code Light-11.5'
FONT='Iosevka Slab Light-12'
BAR_FONT="${FONT};5"
CMD="$1"