diff options
| -rwxr-xr-x | .config/dunst/dunstrc | 13 | 
1 files changed, 9 insertions, 4 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 7f72108..7a05b95 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc  | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [global] | 1 | [global] | 
| 2 | monitor = 0 | 2 | monitor = 0 | 
| 3 | follow = mouse | 3 | follow = keyboard | 
| 4 | geometry = "248x64-32+48" | 4 | geometry = "248x64-32+48" | 
| 5 | indicate_hidden = true | 5 | indicate_hidden = true | 
| 6 | shrink = no | 6 | shrink = no | 
| @@ -41,18 +41,18 @@ context = ctrl+shift+period | |||
| 41 | [urgency_low] | 41 | [urgency_low] | 
| 42 | background = "#2f343f" | 42 | background = "#2f343f" | 
| 43 | foreground = "#d8dee8" | 43 | foreground = "#d8dee8" | 
| 44 | timeout = 6 | 44 | timeout = "6s" | 
| 45 | 45 | ||
| 46 | [urgency_normal] | 46 | [urgency_normal] | 
| 47 | background = "#2f343f" | 47 | background = "#2f343f" | 
| 48 | foreground = "#d8dee8" | 48 | foreground = "#d8dee8" | 
| 49 | timeout = 6 | 49 | timeout = "6s" | 
| 50 | 50 | ||
| 51 | [urgency_critical] | 51 | [urgency_critical] | 
| 52 | background = "#2f343f" | 52 | background = "#2f343f" | 
| 53 | foreground = "#d8dee8" | 53 | foreground = "#d8dee8" | 
| 54 | frame_color = "#bf616a" | 54 | frame_color = "#bf616a" | 
| 55 | timeout = 0 | 55 | timeout = "0s" | 
| 56 | 56 | ||
| 57 | [Spotify] | 57 | [Spotify] | 
| 58 | appname = Spotify | 58 | appname = Spotify | 
| @@ -61,3 +61,8 @@ format = "<b>Now Playing</b>\n%s\n%b" | |||
| 61 | [spliff] | 61 | [spliff] | 
| 62 | appname = "spliff" | 62 | appname = "spliff" | 
| 63 | format = "<b>ready for printing</b>\n%s\n%b" | 63 | format = "<b>ready for printing</b>\n%s\n%b" | 
| 64 | |||
| 65 | [you_got_mail] | ||
| 66 | appname = "mutt-wizard" | ||
| 67 | new_icon = "mail-mark-unread" | ||
| 68 | timeout = "0s" | ||
