change font size to 11.5

This commit is contained in:
Łukasz Pankowski 2021-02-04 22:29:23 +01:00
parent c4dd3a161b
commit dcf04e9b22
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ schemas:
colors: *lupan-dark
font:
size: 12.0
size: 11.5
normal:
family: Fira Code Light
bold:

View File

@ -7,7 +7,7 @@ Xft.dpi: 107
polybar.height: 30
#endif
emacs.font: Fira Code Light-12.0
emacs.font: Fira Code Light-11.5
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-12.0'
FONT='Fira Code Light-11.5'
BAR_FONT="${FONT};5"
CMD="$1"