diff options
| author | Blista Kanjo | 2024-02-22 04:10:47 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-22 04:10:47 -0500 |
| commit | fe94d30caa0cacc578c52e0a3b9f5ae03693ee29 (patch) | |
| tree | 0350a9838f3562f4daa658ccafc4513102d8ec8d /.config | |
| parent | 07e85f5ac9329dc21173c1c3964886234a4ba79b (diff) | |
refactor: `dunstrc`
Diffstat (limited to '.config')
| -rw-r--r-- | .config/dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index b442f4d..0f170d4 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,10 +27,10 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = (0, 600) + width = (0, 700) # The maximum height of a single notification, excluding the frame. - height = 400 + height = 500 # Position the notification in the top right corner origin = top-right @@ -121,7 +121,7 @@ ### Text ### - font = JetBrains Mono 11 + font = JetBrains Mono 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. |
