aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop/system/components/dunst.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 17:03:20 +0000
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-07-08 17:14:14 +0000
commit82ec91b4d2c253c6ccb783f960a2788f230d6ad1 (patch)
tree94dad925340787e5a045d9bb0d094f71dedce036 /modules/desktop/system/components/dunst.nix
parentcfe198ee85f3c5ee41f4221f49b73dd492b42fdc (diff)
start avoiding lib.enum; start using hjem generators
Diffstat (limited to 'modules/desktop/system/components/dunst.nix')
-rw-r--r--modules/desktop/system/components/dunst.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop/system/components/dunst.nix b/modules/desktop/system/components/dunst.nix
index 9dfaa80..1069087 100644
--- a/modules/desktop/system/components/dunst.nix
+++ b/modules/desktop/system/components/dunst.nix
@@ -11,7 +11,7 @@
frame_color = "#89b4fa"
separator_color = frame
highlight = "#89b4fa"
- offset = "8x30"
+ offset = "(8,8)"
origin = "top-right"
transparency = 10
font = "Iosevka Nerd Font"