1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 20:10:03 +02:00

update dunst

This commit is contained in:
Henrik Hautakoski 2024-10-24 22:03:11 +02:00
parent 46d9a27cba
commit c551a2b888

View file

@ -23,16 +23,16 @@
# dynamic width from 0 to 300 # dynamic width from 0 to 300
# width = (0, 300) # width = (0, 300)
# constant width of 300 # constant width of 300
width = 300 width = (300, 500)
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = 300 height = 200
# Position the notification in the top right corner # Position the notification in the top right corner
origin = bottom-right origin = bottom-right
# Offset from the origin # Offset from the origin
offset = 10x50 offset = 20x20
# Scale factor. It is auto-detected if value is 0. # Scale factor. It is auto-detected if value is 0.
scale = 0 scale = 0
@ -102,13 +102,13 @@
frame_width = 1 frame_width = 1
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#343959" frame_color = "#1a1c2d"
# Size of gap to display between notifications - requires a compositor. # Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border # If value is greater than 0, separator_height will be ignored and a border
# of size frame_width will be drawn around each notification instead. # of size frame_width will be drawn around each notification instead.
# Click events on gaps do not currently propagate to applications below. # Click events on gaps do not currently propagate to applications below.
gap_size = 16 gap_size = 8
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -116,7 +116,7 @@
# * foreground: use the same color as the foreground; # * foreground: use the same color as the foreground;
# * frame: use the same color as the frame; # * frame: use the same color as the frame;
# * anything else will be interpreted as a X color. # * anything else will be interpreted as a X color.
separator_color = frame separator_color = foreground
# Sort type. # Sort type.
# possible values are: # possible values are:
@ -332,14 +332,14 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#1a1c2d" background = "#0C0D14"
foreground = "#767BA0" foreground = "#767BA0"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon #default_icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#1a1c2d" background = "#0C0D14"
foreground = "#eceef4" foreground = "#eceef4"
timeout = 10 timeout = 10
override_pause_level = 30 override_pause_level = 30