From 6fdc4492413b56c14537b3ea005a8566a0c9eae6 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 22 Oct 2023 14:04:12 +0200 Subject: [PATCH] pinwheel: Tweak `dunst` notification placement --- hosts/pinwheel/modules/dunst/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/dunst/default.nix b/hosts/pinwheel/modules/dunst/default.nix index 1f6e949..e58f630 100644 --- a/hosts/pinwheel/modules/dunst/default.nix +++ b/hosts/pinwheel/modules/dunst/default.nix @@ -9,7 +9,7 @@ monitor = 1; width = 300; height = 300; - offset = "10x50"; + offset = "10x10"; origin = "top-right"; transparency = 10; frame_color = "#${config.lib.colors.foreground-dim}";