Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@EgZvor
Last active November 11, 2021 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EgZvor/d58b1756434c4197f96c53489bb35451 to your computer and use it in GitHub Desktop.
Save EgZvor/d58b1756434c4197f96c53489bb35451 to your computer and use it in GitHub Desktop.
Dunst config
[global]
monitor = 0
follow = mouse
width = 300
height = 300
origin = top-right
offset = 20x50
scale = 0
notification_limit = 0
progress_bar = true
progress_bar_height = 10
progress_bar_frame_width = 1
progress_bar_min_width = 150
progress_bar_max_width = 300
indicate_hidden = yes
transparency = 0
separator_height = 2
padding = 6
horizontal_padding = 6
text_icon_padding = 0
frame_width = 0
separator_color = auto
sort = yes
font = Jost* Light 12
line_height = 0
markup = full
format = "%a: %s\n%b"
alignment = center
vertical_alignment = center
show_age_threshold = 60
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
icon_position = left
min_icon_size = 0
max_icon_size = 32
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/:/usr/share/icons/Adwaita/16x16/mimetypes/:/usr/share/icons/Adwaita/48x48/status/:/usr/share/icons/Adwaita/16x16/devices/:/usr/share/icons/Adwaita/48x48/notifications/:/usr/share/icons/Adwaita/48x48/emblems/
sticky_history = yes
history_length = 20
dmenu = /usr/bin/env rofi -dmenu -p 'dunst:'
browser = /usr/bin/xdg-open
always_run_script = true
title = Dunst
class = Dunst
corner_radius = 0
ignore_dbusclose = false
force_xwayland = false
force_xinerama = false
mouse_left_click = close_current
mouse_middle_click = do_action, close_current
mouse_right_click = context
[experimental]
per_monitor_dpi = false
[urgency_low]
background = "#faffffaa"
foreground = "#002b36"
frame_color = "#f5ffffaa"
timeout = 10
[urgency_normal]
background = "#f7fff7aa"
foreground = "#002b36"
frame_color = "#f2fff2aa"
timeout = 10
[urgency_critical]
background = "#fff2f2aa"
foreground = "#002b36"
frame_color = "#fcebebaa"
timeout = 0
[play_sound]
summary = "*"
script = ~/scripts/sound.sh
[notify-send]
appname = notify-send
format = "%s\n%b"
[evolution-mail-notification]
appname = evolution-mail-notification
format = "<b>%s</b>\n%b"
timeout = 0
shadow = true;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c"
];
inactive-opacity-override = false;
blur: {
method = "gaussian";
size = 7;
deviation = 5.0;
}
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"class_g = 'slop'",
"_GTK_FRAME_EXTENTS@:c",
];
backend = "glx"
glx-no-stencil = false
wintypes:
{
normal = { blur-background = true };
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
dock = { shadow = false; };
dnd = { shadow = false; };
popup_menu = { opacity = 0.8; };
dropdown_menu = { opacity = 0.8; };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment