From 95051d9b7aa836590ed48496f61bf9901622379b Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 3 Nov 2024 13:50:07 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix(dunst):=20Properly=20positio?= =?UTF-8?q?n=20the=20notifs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/services/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/services/dunst.nix b/home/services/dunst.nix index fb7b17a..7a0b227 100644 --- a/home/services/dunst.nix +++ b/home/services/dunst.nix @@ -24,7 +24,7 @@ { global = { width = 400; - offset = "5x5"; + offset = "20x60"; progress_bar_min_width = 380; progress_bar_max_width = 380; progress_bar_corner_radius = 2;