diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-23 18:12:03 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-23 18:12:03 -0500 |
| commit | d931ceaf517fdec540d91fb9b363b5f2db65eb32 (patch) | |
| tree | 1fe3a0728e286d861ee50179a240762b1f288f66 /foot | |
| parent | 980bfc3699855bb110bf581a54abc760b6ae3652 (diff) | |
| download | rivercfg-d931ceaf517fdec540d91fb9b363b5f2db65eb32.tar.gz rivercfg-d931ceaf517fdec540d91fb9b363b5f2db65eb32.tar.xz | |
more tweaks to the fedora script. Aggressively remove padding and reduce font sizes
Diffstat (limited to 'foot')
| -rw-r--r-- | foot/foot.ini | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index 08868b6..086df83 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -1,13 +1,15 @@ term=xterm-256color # font=JetbrainsMono Nerd Font:Regular:size=11 # font=IBM 3270:Regular:size=8 -font=IBM 3270:Regular:size=12 +# font=IBM 3270:Regular:size=14 # font=CozetteHiDpi:style=Medium:size=14 -# font=Iosevka Term:style=Regular:size=5.5 +# font=Iosevka Term:style=Regular:size=9 +# font=curie:style=Regular:size=9 +font=curie:style=Italic:size=9 dpi-aware=no -pad=20x20 +# pad=20x20 # pad=10x10 -# pad=5x5 +pad=5x5 notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} [bell] |
