term font size

This commit is contained in:
Valentin Boettcher 2020-08-12 22:58:27 +02:00
parent 054638bf59
commit 5f85192f28
3 changed files with 3 additions and 1 deletions

View file

@ -8,4 +8,5 @@ MONITORS=(DVI-I-0 DisplayPort-2)
RYGEL="true"
BAR_POS="bottom"
DPI=96
TERM_FONT_SIZE=9
SCREENLAYOUT=".screenlayout/desktop.sh"

View file

@ -9,3 +9,4 @@ SCREEN_LAYOUT="xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1
#MONITORS=(VGA-0 DVI-D-0)
BAR_POS="bottom"
LAPTOP=true
TERM_FONT_SIZE=6

View file

@ -60,7 +60,7 @@ font:
style: italic
# Point size of the font
size: 9
size: {{ TERM_FONT_SIZE }}
# Offset is the extra space around each character. offset.y can be thought of
# as modifying the linespacing, and offset.x as modifying the letter spacing.