From 452b7e21020dd026496bde8523c5cd2e8d451605 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 23 Jan 2024 22:46:52 -0500 Subject: Add some notes on fonts and padding in foot --- foot/foot.ini | 44 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 7 deletions(-) (limited to 'foot/foot.ini') diff --git a/foot/foot.ini b/foot/foot.ini index 086df83..8e89536 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -1,15 +1,45 @@ term=xterm-256color -# font=JetbrainsMono Nerd Font:Regular:size=11 -# font=IBM 3270:Regular:size=8 + +# "Normal" fonts: + +# Pretty basic, but good font. +# font=Iosevka Term:style=Regular:size=10.5 + +# Very cool font, but only looks good at larger sizes IMO # font=IBM 3270:Regular:size=14 + +# Bitmap fonts: + +# Extremely large bitmap font, kind of fuzzy # font=CozetteHiDpi:style=Medium:size=14 -# font=Iosevka Term:style=Regular:size=9 + +# Terminus, the old classic. +#font=Terminus (TTF):style=Regular:size=10.5 +# font=Terminus (TTF):style=Regular:size=9 + +# The sizing is odd, perhaps that on me? +# Still, a decent font with a number of size options from tiny to large. +font=Tamzen:style=Regular:size=10.5 + +# fairly large font, also has a smaller variant +# font=Gohu GohuFont:style=Regular:size=12 + +# Very small font +# font=scientifica:style=Medium:size=8 + +# Slightly less small # font=curie:style=Regular:size=9 -font=curie:style=Italic:size=9 -dpi-aware=no +# Makes it kind of square +# font=curie:style=Italic:size=9 + +# Waste some space for asthetics... # pad=20x20 -# pad=10x10 -pad=5x5 +# Or don't +pad=5x2 + +# It'd be nice if it worked... +dpi-aware=no + notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} [bell] -- cgit v1.2.3