diff --git a/configuration.nix b/configuration.nix index ae8b224..41dcb0c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -373,12 +373,6 @@ in transparency = 0; font = "Victor Mono SemiBold 12"; }; - urgency_low = { - background = "#${GREEN}"; - foreground = "#${BG}"; - frame_color = "#${DARK_GREEN}"; - timout = 3; - }; urgency_normal = { background = "#${BLUE}"; foreground = "#${BG}"; diff --git a/nixos-switch.log b/nixos-switch.log index 5c4972d..fe8ce04 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -23,10 +23,10 @@ error: at /etc/nixos/configuration.nix:378:20: - 377| background = "#${GREEN}"; - 378| foreground = "#${BG}"; + 377| background = "#${BLUE}"; + 378| foreground = "#${BG}"; | ^ - 379| frame_color = "#${DARK_GREEN}"; + 379| frame_color = "#${DARK_BLUE}"; building Nix... error: … while evaluating the attribute 'config' @@ -53,10 +53,10 @@ error: at /etc/nixos/configuration.nix:378:20: - 377| background = "#${GREEN}"; - 378| foreground = "#${BG}"; + 377| background = "#${BLUE}"; + 378| foreground = "#${BG}"; | ^ - 379| frame_color = "#${DARK_GREEN}"; + 379| frame_color = "#${DARK_BLUE}"; building the system configuration... error: … while evaluating the attribute 'config.system.build.toplevel' @@ -83,7 +83,7 @@ error: at /etc/nixos/configuration.nix:378:20: - 377| background = "#${GREEN}"; - 378| foreground = "#${BG}"; + 377| background = "#${BLUE}"; + 378| foreground = "#${BG}"; | ^ - 379| frame_color = "#${DARK_GREEN}"; + 379| frame_color = "#${DARK_BLUE}";