From a37a68f244ab53d2e46c7a35002a9f9feb5ac8c9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 16 May 2025 20:12:20 +0200 Subject: [PATCH] dunst/dunstrc: update --- dunst/dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 5750b8b..f71791b 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -26,13 +26,13 @@ width = (300, 500) # The maximum height of a single notification, excluding the frame. - height = 200 + height = (0, 200) # Position the notification in the top right corner origin = bottom-right # Offset from the origin - offset = 20x20 + offset = (10, 50) # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -135,7 +135,7 @@ ### Text ### - font = JetBrainsMonoNF-Regular 12 + font = IosevkaCustom Nerd Font 16 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -192,7 +192,7 @@ # Specify where to make an ellipsis in long lines. # Possible values are "start", "middle" and "end". - ellipsize = middle + ellipsize = end # Ignore newlines '\n' in notifications. ignore_newline = no @@ -347,7 +347,7 @@ #default_icon = /path/to/icon [urgency_critical] - background = "#1a1c2d" + background = "#0C0D14" foreground = "#F38BA8" # frame_color = "#F38BA8" timeout = 0