aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Benencia <raul@thousandeyes.com>2020-01-09 09:00:46 -0800
committerRaul Benencia <raul@thousandeyes.com>2020-01-09 09:00:46 -0800
commit9bf41521eaebb9b90cec26863721549ff34f6274 (patch)
treeb3c53b6ecef6b84e4061cc73fdb8784207912d19
parentf1a3dc676459fe8b3ecd896b62cce30bd4f25434 (diff)
add dunst
-rw-r--r--.config/dunst/dunstrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..5c333e4
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,31 @@
+[global]
+alignment = center
+follow = keyboard
+frame_width = 1
+geometry = 300x0-5+5
+padding = 5
+font = FiraSans 12
+separator_color = "#383838"
+frame_color = "#383838"
+word_wrap = true
+
+[shortcuts]
+close = ctrl+space
+close_all = ctrl+shift+space
+history = ctrl+grave
+context = ctrl+shift+period
+
+[urgency_low]
+background = "#282828"
+foreground = "#149cdc"
+timeout = 5
+
+[urgency_normal]
+background = "#282828"
+foreground = "#1079aa"
+timeout = 10
+
+[urgency_critical]
+background = "#282828"
+foreground = "#e9cbbd"
+timeout = 0
nihil fit ex nihilo