diff --git a/nixos/dunst.nix b/nixos/dunst.nix index 0c9f0dd9..6ae6518f 100644 --- a/nixos/dunst.nix +++ b/nixos/dunst.nix @@ -54,7 +54,7 @@ # in "${family} ${weight} 11"; frame_width = 2; separator_color = "frame"; - transparency = 0; + transparency = 30; line_height = 1; idle_threshold = 120; @@ -80,6 +80,12 @@ experimental = {per_monitor_dpi = true;}; fullscreen_pushback_everything = {fullscreen = "pushback";}; + global = { + highlight = "#ffffff"; + foreground = "#ffffff"; + background = "#000000"; + frame_color = "#ffffff"; + }; }; # // optionalAttrs (active != null) { # urgency_low = let diff --git a/nixos/xmonad.nix b/nixos/xmonad.nix index 86a22a27..7ab98ec0 100644 --- a/nixos/xmonad.nix +++ b/nixos/xmonad.nix @@ -110,6 +110,7 @@ makeEnable config "modules.xmonad" true { "! name~=''" # Qtile == empty wm_class.. "window_type = 'dock'" "window_type = 'desktop'" + "class_g ?= 'Dunst'" ]; corner-radius = 10;