From 8cc65029e8e02764b8f010304de4f83b8c8e9cd5 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Sat, 14 Dec 2024 19:58:39 +0100 Subject: [PATCH] Fix dunst config --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index b001e6e..0fdf90b 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,13 +27,13 @@ width = (300, 500) # The maximum height of a single notification, excluding the frame. - height = 300 + height = (0, 300) # Position the notification in the top right corner origin = top-right # Offset from the origin - offset = 10x50 + offset = (10, 50) # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -128,7 +128,7 @@ ### Text ### - font = Monospace 8 + font = Noto Sans 8 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height.