diff options
author | Marvin Borner | 2020-03-16 23:33:42 +0100 |
---|---|---|
committer | Marvin Borner | 2020-03-16 23:33:42 +0100 |
commit | 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 (patch) | |
tree | 719da1c7fe5dabb872fe9ff1582c39b55ccd488e /.config/dunst/dunstrc | |
parent | e5d38956336ab1be954bdbd12808c5f98f8bd925 (diff) |
Well I'm using Arch again
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc new file mode 100644 index 0000000..a437f6a --- /dev/null +++ b/.config/dunst/dunstrc @@ -0,0 +1,92 @@ +[global] + ### Display ### + monitor = 0 + follow = none + geometry = "330x50-10+44" + indicate_hidden = yes + shrink = no + transparency = 0 + notification_height = 0 + separator_height = 0 + padding = 15 + horizontal_padding = 15 + frame_width = 0 + frame_color = "{color2}" + separator_color = frame + sort = yes + idle_threshold = 120 + + ### Text ### + + font = Iosevka 9 + line_height = 0 + markup = full + format = "<b>%s</b>\n%b" + alignment = left + show_age_threshold = 60 + word_wrap = yes + ellipsize = middle + ignore_newline = no + stack_duplicates = true + hide_duplicate_count = false + show_indicators = yes + + ### Icons ### + + icon_position = left + max_icon_size = 45 + icon_path = /usr/share/icons/Papirus-Dark/16x16/status:/usr/share/icons/Papirus-Dark/16x16/devices + + ### History ### + + sticky_history = yes + history_length = 20 + + ### Misc/Advanced ### + + browser = /usr/bin/google-chrome-stable -new-tab + always_run_script = true + title = Dunst + class = Dunst + startup_notification = false + verbosity = mesg + corner_radius = 0 + + ### Legacy + + force_xinerama = false + + ### mouse + + mouse_left_click = close_current + mouse_middle_click = do_action + mouse_right_click = close_all + +[experimental] + per_monitor_dpi = false + +[shortcuts] + close = ctrl+space + close_all = ctrl+shift+space + history = ctrl+grave + context = ctrl+shift+period + +[urgency_low] +timeout = 5 +background = "#161418" +foreground = "#d2d1d2" +frame_color = "#161418" + +[urgency_normal] +timeout = 5 +background = "#161418" +foreground = "#d2d1d2" +frame_color = "#161418" + +[urgency_critical] +timeout = 10 +background = "#161418" +foreground = "#d2d1d2" +frame_color = "#161418" +frame_color = "#d5c4a1" +separator_color = "#d5c4a1" |