From 6649b0b209ac421058710b47ab9ef812e79d0807 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 13 Oct 2024 18:10:21 +0200 Subject: [PATCH] Hyprland: Correct dunst offset to match other windows --- home/modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index e609099a..8f77587c 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -328,7 +328,7 @@ in { global = { monitor = 1; font = "${color.font} 11"; - offset = "20x20"; + offset = "10x10"; background = "#${color.light.base}"; foreground = "#${color.light.text}"; frame_width = 2;