mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -04:00
Enable the use of flash as visual bell
With this patch we can configure flash in the bell section. The colors section allow now to configure the color of the flash and the alpha to apply to. Default values are the values which where currently used for flash, altough I personally like a nice red (eb1313) better.
This commit is contained in:
parent
36ed07788e
commit
9147407f9f
6 changed files with 16 additions and 13 deletions
6
foot.ini
6
foot.ini
|
|
@ -43,7 +43,7 @@
|
|||
[bell]
|
||||
# urgent=no
|
||||
# notify=no
|
||||
# flash=no
|
||||
# visual=no
|
||||
# command=
|
||||
# command-focused=no
|
||||
|
||||
|
|
@ -78,8 +78,8 @@
|
|||
# alpha=1.0
|
||||
# background=242424
|
||||
# foreground=ffffff
|
||||
# flash=7f7fff
|
||||
# flash_alpha=0.7
|
||||
# flash=7f7f00
|
||||
# flash_alpha=0.5
|
||||
|
||||
## Normal/regular colors (color palette 0-7)
|
||||
# regular0=242424 # black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue