[foot] Change font size and add bell command

This commit is contained in:
Midgard 2024-06-27 12:38:08 +02:00
parent 8bba7c4ca0
commit d6de6a541e
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -1,12 +1,31 @@
font = SauceCodePro Nerd Font:size=9, Noto Color Emoji:size=9 #dpi-aware = yes
line-height = 13 #font = SauceCodePro Nerd Font:size=9, Noto Color Emoji:size=9
vertical-letter-offset = 1 #line-height = 13
#font = SauceCodePro Nerd Font:size=7, Noto Color Emoji:size=7
#line-height = 10
#vertical-letter-offset = 1
dpi-aware = no 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] [colors]
alpha = 0.85 alpha = 0.85
# dark # dark
background = 111111 background = 111111
foreground = eaeaea foreground = eaeaea
regular0 = 000000 regular0 = 000000
@ -25,8 +44,9 @@ bright4 = 7aa6da
bright5 = b77ee0 bright5 = b77ee0
bright6 = 54ced6 bright6 = 54ced6
bright7 = ffffff bright7 = ffffff
# dark ↑
# light # light
#background = f2f2f2 #background = f2f2f2
#foreground = 111111 #foreground = 111111
#regular0 = 000000 #regular0 = 000000
@ -37,6 +57,7 @@ bright7 = ffffff
#regular5 = c397d8 #regular5 = c397d8
#regular6 = 40a08a #regular6 = 40a08a
#regular7 = eaeaea #regular7 = eaeaea
# light ↑
[url] [url]
launch = wl-copy ${url} launch = wl-copy ${url}