From 915de5bf0f01226b598854e0ce9a34d3147e30d9 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 5 Nov 2020 05:35:04 -0500 Subject: [PATCH] Update dunst font and geometry (to variable width) --- home/.config/dunst/dunstrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/.config/dunst/dunstrc b/home/.config/dunst/dunstrc index 14f8a2d..9eb351d 100644 --- a/home/.config/dunst/dunstrc +++ b/home/.config/dunst/dunstrc @@ -55,6 +55,8 @@ # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] + # Default: + # "0x0+0-0" # The geometry of the message window. # The height is measured in number of notifications everything else # in pixels. If the width is omitted but the height is given @@ -71,8 +73,9 @@ #font = Terminus 24 # 3440x1440 - geometry = "400x80-0+30" - font = Terminus 14 + #geometry = "400x80-0+30" + geometry = "0x10-10+30" + font = Iosevka Fixed SS09 Extended 14 # Shrink window if it's smaller than the width. Will be ignored if # width is 0. -- 2.20.1