aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-23 22:46:52 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-23 22:46:52 -0500
commit452b7e21020dd026496bde8523c5cd2e8d451605 (patch)
treeaa2e5cbb1a32abf9092edf24b0e005889973d60e
parent4f3129909cc22ffdc4a3db484d999a580605a69f (diff)
downloadrivercfg-452b7e21020dd026496bde8523c5cd2e8d451605.tar.gz
rivercfg-452b7e21020dd026496bde8523c5cd2e8d451605.tar.xz
Add some notes on fonts and padding in foot
-rw-r--r--alacritty/alacritty.toml2
-rw-r--r--foot/foot.ini44
2 files changed, 38 insertions, 8 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml
index 7575bd1..dc207f9 100644
--- a/alacritty/alacritty.toml
+++ b/alacritty/alacritty.toml
@@ -54,7 +54,7 @@ cursor = "#d8dee9"
text = "#2e3440"
[font]
-size = 10
+size = 9
# size = 11
# ; family: Curie
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]