summaryrefslogtreecommitdiffstatshomepage
path: root/dunst/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-07-18 14:35:24 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-07-18 14:35:24 -0500
commitd1cd0078df313337af17d0be064a8e11c38c4b8c (patch)
treebcd7908ab235d7f1dedb812b12989602cf565f51 /dunst/.config
parentd821cb0fee07423aadd64abc62542c7ec4dc9ed3 (diff)
feat(dunst): switch to dunst notification daemon
Diffstat (limited to 'dunst/.config')
-rw-r--r--dunst/.config/dunst/dunstrc33
1 files changed, 33 insertions, 0 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
new file mode 100644
index 0000000..e4c01af
--- /dev/null
+++ b/dunst/.config/dunst/dunstrc
@@ -0,0 +1,33 @@
+[global]
+ width = 300
+ height = 300
+ offset = 10x10
+ notification_limit = 20
+ frame_color = "#fe8019"
+ idle_threshold = 120
+ font = Fira Code Nerd Font
+ markup = full
+ icon_path = /usr/share/icons
+ enable_recursive_icon_lookup = true
+ icon_theme = gruvbox-dark-icons-gtk, Adwaita
+ mouse_left_click = do_action, close_current
+ mouse_middle_click = context, close_current
+ mouse_right_click = close_current
+
+[urgency_low]
+ background = "#282828"
+ frame_color = "#8ec07c"
+ foreground = "#ebdbb2"
+ timeout = 5
+
+[urgency_normal]
+ background = "#282828"
+ frame_color = "#fabd2f"
+ foreground = "#ebdbb2"
+ timeout = 20
+
+[urgency_critical]
+ background = "#282828"
+ frame_color = "#fb4934"
+ foreground = "#ebdbb2"
+ timeout = 0