summaryrefslogtreecommitdiffstats
path: root/.config/dunst
diff options
context:
space:
mode:
authorYigit Sever2020-05-21 15:57:27 +0300
committerYigit Sever2020-05-21 15:57:27 +0300
commitfc20a1d0f1b030fa15c0c0b2e2ba12800c77925d (patch)
tree90609f1a37a59e5bc0e6395cf27d2ec7d1073466 /.config/dunst
parentdc956f8f00e28d25679713595cbe10ad86136362 (diff)
downloaddotfiles-fc20a1d0f1b030fa15c0c0b2e2ba12800c77925d.tar.gz
dotfiles-fc20a1d0f1b030fa15c0c0b2e2ba12800c77925d.tar.bz2
dotfiles-fc20a1d0f1b030fa15c0c0b2e2ba12800c77925d.zip
dunst mail tweaks
diffstat (limited to '.config/dunst')
-rwxr-xr-x.config/dunst/dunstrc13
1 files changed, 9 insertions, 4 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 7f72108..7a05b95 100755
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -1,6 +1,6 @@
1[global] 1[global]
2monitor = 0 2monitor = 0
3follow = mouse 3follow = keyboard
4geometry = "248x64-32+48" 4geometry = "248x64-32+48"
5indicate_hidden = true 5indicate_hidden = true
6shrink = no 6shrink = no
@@ -41,18 +41,18 @@ context = ctrl+shift+period
41[urgency_low] 41[urgency_low]
42background = "#2f343f" 42background = "#2f343f"
43foreground = "#d8dee8" 43foreground = "#d8dee8"
44timeout = 6 44timeout = "6s"
45 45
46[urgency_normal] 46[urgency_normal]
47background = "#2f343f" 47background = "#2f343f"
48foreground = "#d8dee8" 48foreground = "#d8dee8"
49timeout = 6 49timeout = "6s"
50 50
51[urgency_critical] 51[urgency_critical]
52background = "#2f343f" 52background = "#2f343f"
53foreground = "#d8dee8" 53foreground = "#d8dee8"
54frame_color = "#bf616a" 54frame_color = "#bf616a"
55timeout = 0 55timeout = "0s"
56 56
57[Spotify] 57[Spotify]
58appname = Spotify 58appname = Spotify
@@ -61,3 +61,8 @@ format = "<b>Now Playing</b>\n%s\n%b"
61[spliff] 61[spliff]
62appname = "spliff" 62appname = "spliff"
63format = "<b>ready for printing</b>\n%s\n%b" 63format = "<b>ready for printing</b>\n%s\n%b"
64
65[you_got_mail]
66appname = "mutt-wizard"
67new_icon = "mail-mark-unread"
68timeout = "0s"