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