summaryrefslogtreecommitdiffstats
path: root/.config/dunst
diff options
context:
space:
mode:
authorYigit Sever2020-10-29 12:27:42 +0300
committerYigit Sever2020-10-29 13:06:18 +0300
commitda81604be60c18373b8d9b3aed6ef44bf7577b8b (patch)
tree7c42e60910eac105a3af619f6d48ee7d10397ade /.config/dunst
parent229284d0450c91a303a42102da8fc8c437c85f6f (diff)
downloaddotfiles-da81604be60c18373b8d9b3aed6ef44bf7577b8b.tar.gz
dotfiles-da81604be60c18373b8d9b3aed6ef44bf7577b8b.tar.bz2
dotfiles-da81604be60c18373b8d9b3aed6ef44bf7577b8b.zip
sexify dunst config
diffstat (limited to '.config/dunst')
-rwxr-xr-x.config/dunst/dunstrc130
1 files changed, 74 insertions, 56 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 75ba596..1ab54a1 100755
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -1,73 +1,91 @@
1[global] 1[global]
2monitor = 0 2
3follow = keyboard 3 monitor = 0
4geometry = "248x64-32+48" 4 follow = keyboard
5indicate_hidden = true 5 geometry = "248x64-32+48"
6shrink = no 6 indicate_hidden = yes
7transparency = 10 7 shrink = no
8separator_height = 2 8 transparency = 25
9padding = 16 9 separator_height = 2
10horizontal_padding = 16 10 padding = 16
11frame_width = 2 11 horizontal_padding = 16
12sort = no 12 frame_width = 2
13idle_threshold = 120 13
14font = Iosevka Aile 10 14 frame_color = "#aaaaaa"
15line_height = 4 15 separator_color = frame
16markup = full 16
17format = "<b>%s</b> <small>from %a</small>\n%b" 17 sort = yes
18alignment = left 18 idle_threshold = 120
19show_age_threshold = 60 19 font = Iosevka Aile 10
20word_wrap = true 20 line_height = 4
21ignore_newline = no 21 markup = full
22stack_duplicates = true 22 format = "<b>%s</b> <small>from %a</small>\n%b"
23hide_duplicate_count = false 23 alignment = left
24show_indicators = true 24 show_age_threshold = 60
25icon_position = left 25 word_wrap = true
26max_icon_size = 64x64 26 ignore_newline = no
27icon_path = "/usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/places/" 27 stack_duplicates = true
28sticky_history = yes 28 hide_duplicate_count = false
29dmenu = "/usr/bin/rofi -dmenu" 29 show_indicators = true
30history_length = 20 30 icon_position = left
31browser = /usr/bin/firefox 31 max_icon_size = 64x64
32title = Dunst 32 icon_path = "/usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/places/"
33class = Dunst 33 sticky_history = yes
34 history_length = 20
35
36 corner_radius = 15
37
38 dmenu = /usr/bin/rofi -dmenu
39 browser = /usr/bin/brave
40 title = Dunst
41 class = Dunst
34 42
35[shortcuts] 43[shortcuts]
36close = ctrl+space 44
37close_all = ctrl+shift+space 45 close = ctrl+space
38history = ctrl+0 46 close_all = ctrl+shift+space
39context = ctrl+shift+period 47 history = ctrl+0
48 context = ctrl+shift+BackSpace
40 49
41[urgency_low] 50[urgency_low]
42background = "#2f343f" 51
43foreground = "#d8dee8" 52 background = "#080808"
44timeout = "6s" 53 foreground = "#b2b2b2"
54 timeout = 3
45 55
46[urgency_normal] 56[urgency_normal]
47background = "#2f343f" 57
48foreground = "#d8dee8" 58 background = "#080808"
49timeout = "6s" 59 foreground = "#eeeeee"
60 timeout = 6
50 61
51[urgency_critical] 62[urgency_critical]
52background = "#2f343f" 63
53foreground = "#d8dee8" 64 background = "#080808"
54frame_color = "#bf616a" 65 foreground = "#ff5454"
55timeout = "0s" 66 timeout = 0
56 67
57[Spotify] 68[Spotify]
58appname = "Spotify" 69
59format = "<b>Now Playing</b>\n%s\n%b" 70 appname = "Spotify"
71 format = "<b>Now Playing</b>\n%s\n%b"
72 set_transient = true
60 73
61[ncmpcpp] 74[ncmpcpp]
62appname = "ncmpcpp" 75
63format = "<b>Now Playing</b>\n%s\n%b" 76 appname = "ncmpcpp"
64set_transient = true 77 format = "<b>Now Playing</b>\n%s\n%b"
78 set_transient = true
65 79
66[spliff] 80[spliff]
67appname = "spliff" 81
68format = "<b>ready for printing</b>\n%s\n%b" 82 appname = "spliff"
83 format = "<b>ready for printing</b>\n%s\n%b"
69 84
70[you_got_mail] 85[you_got_mail]
71appname = "mutt-wizard" 86
72new_icon = "mail-mark-unread" 87 appname = "excerpt"
73timeout = "0s" 88 new_icon = "mail-mark-unread"
89 timeout = 0
90
91# vim: ft=cfg