From 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 22 Jul 2020 08:04:08 +0530 Subject: squash again --- dunst/.config/dunst/dunstrc | 67 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 dunst/.config/dunst/dunstrc (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc new file mode 100644 index 0000000..d8be41a --- /dev/null +++ b/dunst/.config/dunst/dunstrc @@ -0,0 +1,67 @@ + +# _ _____ +# | \| ||\ |(_ | +# |_/|_|| \|__) | +# + +[global] + font = Iosevka Nerd 11 + allow_markup = no + format = "%s\n%b" + sort = yes + indicate_hidden = yes + alignment = right + bounce_freq = 0 + show_age_threshold = 60 + word_wrap = yes + ignore_newline = no + geometry = "300x8-20+20" + shrink = yes + transparency = 0 + idle_threshold = 120 + monitor = 0 + follow = mouse + sticky_history = yes + history_length = 20 + show_indicators = yes + line_height = 0 + separator_height = 0 + padding = 20 + horizontal_padding = 20 + separator_color = auto + startup_notification = false + dmenu = /usr/bin/dmenu -p dunst: + browser = /usr/bin/firefox -new-tab + icon_position = off + icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + +[frame] + width = 2 + color = "#303030" + +[shortcuts] + + close = ctrl+space + + close_all = ctrl+shift+space + + history = ctrl+grave + + context = ctrl+shift+period + +[urgency_low] + background = "#000000" + foreground = "#eeffff" + timeout = 2 + +[urgency_normal] + background = "#000000" + foreground = "#eeffff" + timeout = 10 + +[urgency_critical] + background = "#000000" + foreground = "#eeffff" + timeout = 0 + + -- cgit v1.2.3