From: Siraaj Khandkar Date: Thu, 5 Nov 2020 10:35:04 +0000 (-0500) Subject: Update dunst font and geometry (to variable width) X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=915de5bf0f01226b598854e0ce9a34d3147e30d9 Update dunst font and geometry (to variable width) --- 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.