mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-07 13:30:11 +01:00
dunst: Increase icon size
This made mpd notifications look great at the expense of all notifications having large icons.
This commit is contained in:
parent
7fab3e4707
commit
90d230885d
@ -42,6 +42,10 @@
|
|||||||
# Allow some HTML tags like <i> and <u> in notifications
|
# Allow some HTML tags like <i> and <u> in notifications
|
||||||
markup = full
|
markup = full
|
||||||
|
|
||||||
|
# Increase the size of cover notifications
|
||||||
|
min_icon_size = 128
|
||||||
|
max_icon_size = 128
|
||||||
|
|
||||||
# Set the background and foreground (text) color for all notifications
|
# Set the background and foreground (text) color for all notifications
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "{background}"
|
background = "{background}"
|
||||||
|
Loading…
Reference in New Issue
Block a user