diff options
author | Yigit Sever | 2020-10-29 12:27:42 +0300 |
---|---|---|
committer | Yigit Sever | 2020-10-29 13:06:18 +0300 |
commit | da81604be60c18373b8d9b3aed6ef44bf7577b8b (patch) | |
tree | 7c42e60910eac105a3af619f6d48ee7d10397ade /.config/dunst/dunstrc | |
parent | 229284d0450c91a303a42102da8fc8c437c85f6f (diff) | |
download | dotfiles-da81604be60c18373b8d9b3aed6ef44bf7577b8b.tar.gz dotfiles-da81604be60c18373b8d9b3aed6ef44bf7577b8b.tar.bz2 dotfiles-da81604be60c18373b8d9b3aed6ef44bf7577b8b.zip |
sexify dunst config
Diffstat (limited to '.config/dunst/dunstrc')
-rwxr-xr-x | .config/dunst/dunstrc | 130 |
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] |
2 | monitor = 0 | 2 | |
3 | follow = keyboard | 3 | monitor = 0 |
4 | geometry = "248x64-32+48" | 4 | follow = keyboard |
5 | indicate_hidden = true | 5 | geometry = "248x64-32+48" |
6 | shrink = no | 6 | indicate_hidden = yes |
7 | transparency = 10 | 7 | shrink = no |
8 | separator_height = 2 | 8 | transparency = 25 |
9 | padding = 16 | 9 | separator_height = 2 |
10 | horizontal_padding = 16 | 10 | padding = 16 |
11 | frame_width = 2 | 11 | horizontal_padding = 16 |
12 | sort = no | 12 | frame_width = 2 |
13 | idle_threshold = 120 | 13 | |
14 | font = Iosevka Aile 10 | 14 | frame_color = "#aaaaaa" |
15 | line_height = 4 | 15 | separator_color = frame |
16 | markup = full | 16 | |
17 | format = "<b>%s</b> <small>from %a</small>\n%b" | 17 | sort = yes |
18 | alignment = left | 18 | idle_threshold = 120 |
19 | show_age_threshold = 60 | 19 | font = Iosevka Aile 10 |
20 | word_wrap = true | 20 | line_height = 4 |
21 | ignore_newline = no | 21 | markup = full |
22 | stack_duplicates = true | 22 | format = "<b>%s</b> <small>from %a</small>\n%b" |
23 | hide_duplicate_count = false | 23 | alignment = left |
24 | show_indicators = true | 24 | show_age_threshold = 60 |
25 | icon_position = left | 25 | word_wrap = true |
26 | max_icon_size = 64x64 | 26 | ignore_newline = no |
27 | 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/" | 27 | stack_duplicates = true |
28 | sticky_history = yes | 28 | hide_duplicate_count = false |
29 | dmenu = "/usr/bin/rofi -dmenu" | 29 | show_indicators = true |
30 | history_length = 20 | 30 | icon_position = left |
31 | browser = /usr/bin/firefox | 31 | max_icon_size = 64x64 |
32 | title = 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/" |
33 | class = 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] |
36 | close = ctrl+space | 44 | |
37 | close_all = ctrl+shift+space | 45 | close = ctrl+space |
38 | history = ctrl+0 | 46 | close_all = ctrl+shift+space |
39 | context = ctrl+shift+period | 47 | history = ctrl+0 |
48 | context = ctrl+shift+BackSpace | ||
40 | 49 | ||
41 | [urgency_low] | 50 | [urgency_low] |
42 | background = "#2f343f" | 51 | |
43 | foreground = "#d8dee8" | 52 | background = "#080808" |
44 | timeout = "6s" | 53 | foreground = "#b2b2b2" |
54 | timeout = 3 | ||
45 | 55 | ||
46 | [urgency_normal] | 56 | [urgency_normal] |
47 | background = "#2f343f" | 57 | |
48 | foreground = "#d8dee8" | 58 | background = "#080808" |
49 | timeout = "6s" | 59 | foreground = "#eeeeee" |
60 | timeout = 6 | ||
50 | 61 | ||
51 | [urgency_critical] | 62 | [urgency_critical] |
52 | background = "#2f343f" | 63 | |
53 | foreground = "#d8dee8" | 64 | background = "#080808" |
54 | frame_color = "#bf616a" | 65 | foreground = "#ff5454" |
55 | timeout = "0s" | 66 | timeout = 0 |
56 | 67 | ||
57 | [Spotify] | 68 | [Spotify] |
58 | appname = "Spotify" | 69 | |
59 | format = "<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] |
62 | appname = "ncmpcpp" | 75 | |
63 | format = "<b>Now Playing</b>\n%s\n%b" | 76 | appname = "ncmpcpp" |
64 | set_transient = true | 77 | format = "<b>Now Playing</b>\n%s\n%b" |
78 | set_transient = true | ||
65 | 79 | ||
66 | [spliff] | 80 | [spliff] |
67 | appname = "spliff" | 81 | |
68 | format = "<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] |
71 | appname = "mutt-wizard" | 86 | |
72 | new_icon = "mail-mark-unread" | 87 | appname = "excerpt" |
73 | timeout = "0s" | 88 | new_icon = "mail-mark-unread" |
89 | timeout = 0 | ||
90 | |||
91 | # vim: ft=cfg | ||