summaryrefslogtreecommitdiffstats
path: root/.config/dunst
diff options
context:
space:
mode:
authorYigit Sever2020-11-12 03:21:58 +0300
committerYigit Sever2020-11-12 03:21:58 +0300
commit96a5abe5a26b006904634d90276fb0c71d5fd803 (patch)
treef3526ef903300fb16d0e3d695265a838482edca4 /.config/dunst
parent96cc2a12c2c5afd38d6a02e3c3f767aef8ffde6a (diff)
downloaddotfiles-96a5abe5a26b006904634d90276fb0c71d5fd803.tar.gz
dotfiles-96a5abe5a26b006904634d90276fb0c71d5fd803.tar.bz2
dotfiles-96a5abe5a26b006904634d90276fb0c71d5fd803.zip
bored of purple notifications
diffstat (limited to '.config/dunst')
-rwxr-xr-x.config/dunst/dunstrc11
1 files changed, 2 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 3f189b9..a078aa5 100755
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -11,7 +11,7 @@
11 horizontal_padding = 16 11 horizontal_padding = 16
12 frame_width = 2 12 frame_width = 2
13 13
14 frame_color = "#d183e8" 14 frame_color = "#79dac8"
15 separator_color = frame 15 separator_color = frame
16 16
17 sort = yes 17 sort = yes
@@ -48,42 +48,35 @@
48 context = ctrl+shift+BackSpace 48 context = ctrl+shift+BackSpace
49 49
50[urgency_low] 50[urgency_low]
51
52 background = "#080808" 51 background = "#080808"
53 foreground = "#b2b2b2" 52 foreground = "#b2b2b2"
54 timeout = 2 53 timeout = 3
55 54
56[urgency_normal] 55[urgency_normal]
57
58 background = "#080808" 56 background = "#080808"
59 foreground = "#eeeeee" 57 foreground = "#eeeeee"
60 timeout = 6 58 timeout = 6
61 59
62[urgency_critical] 60[urgency_critical]
63
64 background = "#080808" 61 background = "#080808"
65 foreground = "#ff5454" 62 foreground = "#ff5454"
66 timeout = 0 63 timeout = 0
67 64
68[Spotify] 65[Spotify]
69
70 appname = "Spotify" 66 appname = "Spotify"
71 format = "<b>Now Playing</b>\n%s\n%b" 67 format = "<b>Now Playing</b>\n%s\n%b"
72 set_transient = true 68 set_transient = true
73 69
74[ncmpcpp] 70[ncmpcpp]
75
76 appname = "ncmpcpp" 71 appname = "ncmpcpp"
77 format = "<b>Now Playing</b>\n%s\n%b" 72 format = "<b>Now Playing</b>\n%s\n%b"
78 set_transient = true 73 set_transient = true
79 74
80[spliff] 75[spliff]
81
82 appname = "spliff" 76 appname = "spliff"
83 format = "<b>ready for printing</b>\n%s\n%b" 77 format = "<b>ready for printing</b>\n%s\n%b"
84 78
85[you_got_mail] 79[you_got_mail]
86
87 appname = "excerpt" 80 appname = "excerpt"
88 new_icon = "mail-mark-unread" 81 new_icon = "mail-mark-unread"
89 timeout = 0 82 timeout = 0