From d6de6a541e07c573d21d8952b04b2169fb2e16b9 Mon Sep 17 00:00:00 2001 From: Midgard <2885-Midgard@users.noreply.framagit.org> Date: Thu, 27 Jun 2024 12:38:08 +0200 Subject: [PATCH] [foot] Change font size and add bell command --- foot.ini | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/foot.ini b/foot.ini index e155675..c06812e 100644 --- a/foot.ini +++ b/foot.ini @@ -1,12 +1,31 @@ -font = SauceCodePro Nerd Font:size=9, Noto Color Emoji:size=9 -line-height = 13 -vertical-letter-offset = 1 +#dpi-aware = yes +#font = SauceCodePro Nerd Font:size=9, Noto Color Emoji:size=9 +#line-height = 13 +#font = SauceCodePro Nerd Font:size=7, Noto Color Emoji:size=7 +#line-height = 10 +#vertical-letter-offset = 1 + dpi-aware = no +font = SauceCodePro Nerd Font:size=10, Noto Color Emoji:size=10 +line-height = 16 +vertical-letter-offset = 1 + +pad = 3x3 + + +notify = wl-overlay --time=500 '' "${title}: ${body}" + +[bell] +notify = yes +urgent = yes + +[mouse] +#hide-when-typing = yes [colors] alpha = 0.85 -# dark +# dark ↓ background = 111111 foreground = eaeaea regular0 = 000000 @@ -25,8 +44,9 @@ bright4 = 7aa6da bright5 = b77ee0 bright6 = 54ced6 bright7 = ffffff +# dark ↑ -# light +# light ↓ #background = f2f2f2 #foreground = 111111 #regular0 = 000000 @@ -37,6 +57,7 @@ bright7 = ffffff #regular5 = c397d8 #regular6 = 40a08a #regular7 = eaeaea +# light ↑ [url] launch = wl-copy ${url}