diff options
author | Akshay <[email protected]> | 2020-07-22 03:34:08 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-22 03:34:08 +0100 |
commit | 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d (patch) | |
tree | b5120bfc9b0ca72c9293afb9ed6e2e632a811deb /dunst/.config/dunst |
squash again
Diffstat (limited to 'dunst/.config/dunst')
-rw-r--r-- | dunst/.config/dunst/dunstrc | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc new file mode 100644 index 0000000..d8be41a --- /dev/null +++ b/dunst/.config/dunst/dunstrc | |||
@@ -0,0 +1,67 @@ | |||
1 | |||
2 | # _ _____ | ||
3 | # | \| ||\ |(_ | | ||
4 | # |_/|_|| \|__) | | ||
5 | # | ||
6 | |||
7 | [global] | ||
8 | font = Iosevka Nerd 11 | ||
9 | allow_markup = no | ||
10 | format = "%s\n%b" | ||
11 | sort = yes | ||
12 | indicate_hidden = yes | ||
13 | alignment = right | ||
14 | bounce_freq = 0 | ||
15 | show_age_threshold = 60 | ||
16 | word_wrap = yes | ||
17 | ignore_newline = no | ||
18 | geometry = "300x8-20+20" | ||
19 | shrink = yes | ||
20 | transparency = 0 | ||
21 | idle_threshold = 120 | ||
22 | monitor = 0 | ||
23 | follow = mouse | ||
24 | sticky_history = yes | ||
25 | history_length = 20 | ||
26 | show_indicators = yes | ||
27 | line_height = 0 | ||
28 | separator_height = 0 | ||
29 | padding = 20 | ||
30 | horizontal_padding = 20 | ||
31 | separator_color = auto | ||
32 | startup_notification = false | ||
33 | dmenu = /usr/bin/dmenu -p dunst: | ||
34 | browser = /usr/bin/firefox -new-tab | ||
35 | icon_position = off | ||
36 | icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ | ||
37 | |||
38 | [frame] | ||
39 | width = 2 | ||
40 | color = "#303030" | ||
41 | |||
42 | [shortcuts] | ||
43 | |||
44 | close = ctrl+space | ||
45 | |||
46 | close_all = ctrl+shift+space | ||
47 | |||
48 | history = ctrl+grave | ||
49 | |||
50 | context = ctrl+shift+period | ||
51 | |||
52 | [urgency_low] | ||
53 | background = "#000000" | ||
54 | foreground = "#eeffff" | ||
55 | timeout = 2 | ||
56 | |||
57 | [urgency_normal] | ||
58 | background = "#000000" | ||
59 | foreground = "#eeffff" | ||
60 | timeout = 10 | ||
61 | |||
62 | [urgency_critical] | ||
63 | background = "#000000" | ||
64 | foreground = "#eeffff" | ||
65 | timeout = 0 | ||
66 | |||
67 | |||