forked from extern/nix-config
dunst: Use transparency option
This made dunst notifications look slightly nicer.
This commit is contained in:
parent
6e3a3fd1eb
commit
7fab3e4707
@ -32,6 +32,9 @@
|
|||||||
alignment = center
|
alignment = center
|
||||||
word_wrap = yes
|
word_wrap = yes
|
||||||
|
|
||||||
|
# Transparency
|
||||||
|
transparency = 5
|
||||||
|
|
||||||
# Format for how notifications will be displayed
|
# Format for how notifications will be displayed
|
||||||
# Usage: `notify-send 'Title' 'Summary'`
|
# Usage: `notify-send 'Title' 'Summary'`
|
||||||
format = "<b>%s</b>: %b"
|
format = "<b>%s</b>: %b"
|
||||||
|
Loading…
Reference in New Issue
Block a user