1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +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
# width = (0, 300)
# constant width of 300
width = 300
width = (300, 500)
# The maximum height of a single notification, excluding the frame.
height = 300
height = 200
# Position the notification in the top right corner
origin = bottom-right
# Offset from the origin
offset = 10x50
offset = 20x20
# Scale factor. It is auto-detected if value is 0.
scale = 0
@ -102,13 +102,13 @@
frame_width = 1
# 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.
# 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.
# Click events on gaps do not currently propagate to applications below.
gap_size = 16
gap_size = 8
# Define a color for the separator.
# possible values are:
@ -116,7 +116,7 @@
# * foreground: use the same color as the foreground;
# * frame: use the same color as the frame;
# * anything else will be interpreted as a X color.
separator_color = frame
separator_color = foreground
# Sort type.
# possible values are:
@ -332,14 +332,14 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#1a1c2d"
background = "#0C0D14"
foreground = "#767BA0"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
background = "#1a1c2d"
background = "#0C0D14"
foreground = "#eceef4"
timeout = 10
override_pause_level = 30