From da81604be60c18373b8d9b3aed6ef44bf7577b8b Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Thu, 29 Oct 2020 12:27:42 +0300
Subject: sexify dunst config
---
.config/dunst/dunstrc | 130 ++++++++++++++++++++++++++++----------------------
1 file changed, 74 insertions(+), 56 deletions(-)
(limited to '.config/dunst/dunstrc')
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 @@
[global]
-monitor = 0
-follow = keyboard
-geometry = "248x64-32+48"
-indicate_hidden = true
-shrink = no
-transparency = 10
-separator_height = 2
-padding = 16
-horizontal_padding = 16
-frame_width = 2
-sort = no
-idle_threshold = 120
-font = Iosevka Aile 10
-line_height = 4
-markup = full
-format = "%s from %a\n%b"
-alignment = left
-show_age_threshold = 60
-word_wrap = true
-ignore_newline = no
-stack_duplicates = true
-hide_duplicate_count = false
-show_indicators = true
-icon_position = left
-max_icon_size = 64x64
-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/"
-sticky_history = yes
-dmenu = "/usr/bin/rofi -dmenu"
-history_length = 20
-browser = /usr/bin/firefox
-title = Dunst
-class = Dunst
+
+ monitor = 0
+ follow = keyboard
+ geometry = "248x64-32+48"
+ indicate_hidden = yes
+ shrink = no
+ transparency = 25
+ separator_height = 2
+ padding = 16
+ horizontal_padding = 16
+ frame_width = 2
+
+ frame_color = "#aaaaaa"
+ separator_color = frame
+
+ sort = yes
+ idle_threshold = 120
+ font = Iosevka Aile 10
+ line_height = 4
+ markup = full
+ format = "%s from %a\n%b"
+ alignment = left
+ show_age_threshold = 60
+ word_wrap = true
+ ignore_newline = no
+ stack_duplicates = true
+ hide_duplicate_count = false
+ show_indicators = true
+ icon_position = left
+ max_icon_size = 64x64
+ 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/"
+ sticky_history = yes
+ history_length = 20
+
+ corner_radius = 15
+
+ dmenu = /usr/bin/rofi -dmenu
+ browser = /usr/bin/brave
+ title = Dunst
+ class = Dunst
[shortcuts]
-close = ctrl+space
-close_all = ctrl+shift+space
-history = ctrl+0
-context = ctrl+shift+period
+
+ close = ctrl+space
+ close_all = ctrl+shift+space
+ history = ctrl+0
+ context = ctrl+shift+BackSpace
[urgency_low]
-background = "#2f343f"
-foreground = "#d8dee8"
-timeout = "6s"
+
+ background = "#080808"
+ foreground = "#b2b2b2"
+ timeout = 3
[urgency_normal]
-background = "#2f343f"
-foreground = "#d8dee8"
-timeout = "6s"
+
+ background = "#080808"
+ foreground = "#eeeeee"
+ timeout = 6
[urgency_critical]
-background = "#2f343f"
-foreground = "#d8dee8"
-frame_color = "#bf616a"
-timeout = "0s"
+
+ background = "#080808"
+ foreground = "#ff5454"
+ timeout = 0
[Spotify]
-appname = "Spotify"
-format = "Now Playing\n%s\n%b"
+
+ appname = "Spotify"
+ format = "Now Playing\n%s\n%b"
+ set_transient = true
[ncmpcpp]
-appname = "ncmpcpp"
-format = "Now Playing\n%s\n%b"
-set_transient = true
+
+ appname = "ncmpcpp"
+ format = "Now Playing\n%s\n%b"
+ set_transient = true
[spliff]
-appname = "spliff"
-format = "ready for printing\n%s\n%b"
+
+ appname = "spliff"
+ format = "ready for printing\n%s\n%b"
[you_got_mail]
-appname = "mutt-wizard"
-new_icon = "mail-mark-unread"
-timeout = "0s"
+
+ appname = "excerpt"
+ new_icon = "mail-mark-unread"
+ timeout = 0
+
+# vim: ft=cfg
--
cgit v1.2.3-70-g09d2