diff --git a/config.desktop.sh b/config.desktop.sh index 203d25d..4261702 100644 --- a/config.desktop.sh +++ b/config.desktop.sh @@ -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" diff --git a/config.sh b/config.sh index 7460c16..2ea6f18 100644 --- a/config.sh +++ b/config.sh @@ -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 diff --git a/dots/alacritty/alacritty.yml.template b/dots/alacritty/alacritty.yml.template index 22890b2..b09f04d 100644 --- a/dots/alacritty/alacritty.yml.template +++ b/dots/alacritty/alacritty.yml.template @@ -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.