1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

dunstrc and tmux

This commit is contained in:
TiynGER
2020-04-13 15:29:41 +02:00
parent 4fbe928503
commit 377e357cde
2 changed files with 5 additions and 5 deletions

View File

@@ -75,19 +75,19 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#ffa500"
background = "#a62238"
foreground = "#000000"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#ffa500"
background = "#a62238"
foreground = "#000000"
timeout = 5
[urgency_critical]
background = "#ffa500"
background = "#a62238"
foreground = "#000000"
frame_color = "#000000"
timeout = 0