modified dunst

This commit is contained in:
joelchrono12 2024-02-16 18:48:07 -06:00
parent 798330134b
commit d0cb66a72e
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
1 changed files with 17 additions and 8 deletions

View File

@ -55,12 +55,12 @@
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.).
transparency = 12
transparency = 0
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
separator_height = 0
separator_height = 2
# Padding between text and separator.
padding = 8
@ -174,21 +174,30 @@
# Display indicators for URLs (U) and actions (A).
show_indicators = yes
### Icons ###
### Icons ###
# Align icons left/right/off
# Recursive icon lookup. You can set a single theme, instead of having to
# define all lookup paths.
enable_recursive_icon_lookup = true
# Set icon theme (only used for recursive icon lookup)
icon_theme = "Papirus-Dark, Adwaita"
# You can also set multiple icon themes, with the leftmost one being used first.
# icon_theme = "Adwaita, breeze"
# Align icons left/right/top/off
icon_position = left
# Scale small icons up to this size, set to 0 to disable. Helpful
# for e.g. small files or high-dpi screens. In case of conflict,
# max_icon_size takes precedence over this.
min_icon_size = 15
min_icon_size = 32
# Scale larger icons down to this size, set to 0 to disable
max_icon_size = 42
max_icon_size = 128
# Paths to default icons.
# icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
# Paths to default icons (only neccesary when not using recursive icon lookup)
#icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
icon_path = /usr/share/icons/Papirus-Dark/24x24/status/:/usr/share/icons/Papirus-Dark/24x24/
### History ###