mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 09:31:43 -05:00
term font size
This commit is contained in:
parent
054638bf59
commit
5f85192f28
3 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue