[foot] Change font size and add bell command
This commit is contained in:
parent
8bba7c4ca0
commit
d6de6a541e
1 changed files with 26 additions and 5 deletions
31
foot.ini
31
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}
|
||||
|
|
Loading…
Reference in a new issue