dunst: Use transparency option

This made dunst notifications look slightly nicer.
This commit is contained in:
Donovan Glover 2022-12-15 11:22:50 -05:00
parent 6e3a3fd1eb
commit 7fab3e4707
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -32,6 +32,9 @@
alignment = center
word_wrap = yes
# Transparency
transparency = 5
# Format for how notifications will be displayed
# Usage: `notify-send 'Title' 'Summary'`
format = "<b>%s</b>: %b"