From 5786716a383254c256f109d38fda1c898456fb60 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 11 Aug 2024 11:13:27 +0200 Subject: sif: hyprland --- accounts/gkleen@sif/dunst-settings.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'accounts/gkleen@sif/dunst-settings.nix') diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix index 61bd12a6..90fffcc5 100644 --- a/accounts/gkleen@sif/dunst-settings.nix +++ b/accounts/gkleen@sif/dunst-settings.nix @@ -1,14 +1,14 @@ { pkgs, ... }: { global = { - font = "Fira Sans 6"; + font = "Fira Sans 12"; markup = "full"; format = "%s %p\\n%b"; alignment = "left"; # geometry = "1216x10-32+64"; - width = 250; - height = 50; - offset = "16x25"; + width = 500; + height = 100; + offset = "4x4"; origin = "top-right"; shrink = true; monitor = 0; @@ -33,7 +33,7 @@ sort = false; sticky_history = false; - dmenu = "${pkgs.dmenu}/bin/dmenu"; + dmenu = "wofi --show dmenu"; browser = "${pkgs.xdg-utils}/bin/xdg-open"; }; # shortcuts = { -- cgit v1.2.3