diff options
author | Yigit Sever | 2019-03-17 23:09:49 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-17 23:18:28 +0300 |
commit | ea211500227aa58f5e495777743c5d391cbc3110 (patch) | |
tree | afa2b455f9fea40b45dbf8a742c0d0d498024edb /.config/dunst/dunstrc | |
download | dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.tar.gz dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.tar.bz2 dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.zip |
Initial commit
Diffstat (limited to '.config/dunst/dunstrc')
-rwxr-xr-x | .config/dunst/dunstrc | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100755 index 0000000..138a1d7 --- /dev/null +++ b/.config/dunst/dunstrc | |||
@@ -0,0 +1,59 @@ | |||
1 | [global] | ||
2 | monitor = 0 | ||
3 | follow = mouse | ||
4 | geometry = "248x64-32+48" | ||
5 | indicate_hidden = true | ||
6 | shrink = no | ||
7 | transparency = 10 | ||
8 | separator_height = 2 | ||
9 | padding = 16 | ||
10 | horizontal_padding = 16 | ||
11 | frame_width = 2 | ||
12 | sort = no | ||
13 | idle_threshold = 120 | ||
14 | font = Lato 10 | ||
15 | line_height = 4 | ||
16 | markup = full | ||
17 | format = "<b>%s</b> <small>from %a</small>\n%b" | ||
18 | alignment = left | ||
19 | show_age_threshold = 60 | ||
20 | word_wrap = true | ||
21 | ignore_newline = no | ||
22 | stack_duplicates = true | ||
23 | hide_duplicate_count = false | ||
24 | show_indicators = true | ||
25 | icon_position = left | ||
26 | max_icon_size = 64x64 | ||
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/" | ||
28 | sticky_history = yes | ||
29 | dmenu = "/usr/bin/rofi" | ||
30 | history_length = 20 | ||
31 | browser = /usr/bin/firefox | ||
32 | title = Dunst | ||
33 | class = Dunst | ||
34 | |||
35 | [shortcuts] | ||
36 | close = ctrl+space | ||
37 | close_all = ctrl+shift+space | ||
38 | history = ctrl+grave | ||
39 | context = ctrl+shift+period | ||
40 | |||
41 | [urgency_low] | ||
42 | background = "#2f343f" | ||
43 | foreground = "#d8dee8" | ||
44 | timeout = 6 | ||
45 | |||
46 | [urgency_normal] | ||
47 | background = "#2f343f" | ||
48 | foreground = "#d8dee8" | ||
49 | timeout = 6 | ||
50 | |||
51 | [urgency_critical] | ||
52 | background = "#2f343f" | ||
53 | foreground = "#d8dee8" | ||
54 | frame_color = "#bf616a" | ||
55 | timeout = 0 | ||
56 | |||
57 | [Spotify] | ||
58 | appname = Spotify | ||
59 | format = "<b>Now Playing</b>\n%s\n%b" | ||