aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-10-19 20:34:48 -0400
committertdro <tdro@users.noreply.github.com>2021-10-19 20:34:48 -0400
commitdc87dbb6b1d234a6ea5ce180ca3866ef216dcf78 (patch)
tree66fa7f465570d6d7e0f35e9078d72b2b30f80d55 /.config/dunst
parentc16c2c4600d2228efa39fd51ae9345efb51e0f98 (diff)
downloaddotfiles-dc87dbb6b1d234a6ea5ce180ca3866ef216dcf78.tar.gz
dotfiles-dc87dbb6b1d234a6ea5ce180ca3866ef216dcf78.tar.bz2
dotfiles-dc87dbb6b1d234a6ea5ce180ca3866ef216dcf78.zip
.config/nixpkgs: Add dunst to xfce
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/dunstrc50
1 files changed, 50 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
new file mode 100644
index 0000000..614c0b8
--- /dev/null
+++ b/.config/dunst/dunstrc
@@ -0,0 +1,50 @@
+[global]
+ font = Sans 8
+ markup = full
+ format = "<b>%s</b>\n%b"
+ alignment = left
+ bounce_freq = 0
+ follow = mouse
+ frame_color = "#000000"
+ frame_width = 3
+ geometry = "250x5-5+35"
+ history_length = 20
+ horizontal_padding = 8
+ icon_position = off
+ idle_threshold = 120
+ ignore_newline = no
+ indicate_hidden = yes
+ line_height = 0
+ monitor = 0
+ padding = 8
+ separator_color = frame
+ separator_height = 2
+ show_age_threshold = 60
+ show_indicators = yes
+ shrink = yes
+ sort = yes
+ startup_notification = false
+ sticky_history = yes
+ transparency = 0
+ word_wrap = yes
+
+[shortcuts]
+ close = ctrl+space
+ close_all = ctrl+shift+space
+ history = ctrl+grave
+ context = ctrl+shift+period
+
+[urgency_low]
+ background = "#000000"
+ foreground = "#ffffff"
+ timeout = 3
+
+[urgency_normal]
+ background = "#000000"
+ foreground = "#ffffff"
+ timeout = 5
+
+[urgency_critical]
+ background = "#FF0000"
+ foreground = "#000000"
+ timeout = 0