418 current 2024-08-18 16:35:08 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 18:03:18 +01:00
parent 9d9a498b2c
commit 314baf32b4
2 changed files with 9 additions and 15 deletions

View File

@ -373,12 +373,6 @@ in
transparency = 0; transparency = 0;
font = "Victor Mono SemiBold 12"; font = "Victor Mono SemiBold 12";
}; };
urgency_low = {
background = "#${GREEN}";
foreground = "#${BG}";
frame_color = "#${DARK_GREEN}";
timout = 3;
};
urgency_normal = { urgency_normal = {
background = "#${BLUE}"; background = "#${BLUE}";
foreground = "#${BG}"; foreground = "#${BG}";

View File

@ -23,10 +23,10 @@ error:
at /etc/nixos/configuration.nix:378:20: at /etc/nixos/configuration.nix:378:20:
377| background = "#${GREEN}"; 377| background = "#${BLUE}";
378| foreground = "#${BG}"; 378| foreground = "#${BG}";
| ^ | ^
379| frame_color = "#${DARK_GREEN}"; 379| frame_color = "#${DARK_BLUE}";
building Nix... building Nix...
error: error:
… while evaluating the attribute 'config' … while evaluating the attribute 'config'
@ -53,10 +53,10 @@ error:
at /etc/nixos/configuration.nix:378:20: at /etc/nixos/configuration.nix:378:20:
377| background = "#${GREEN}"; 377| background = "#${BLUE}";
378| foreground = "#${BG}"; 378| foreground = "#${BG}";
| ^ | ^
379| frame_color = "#${DARK_GREEN}"; 379| frame_color = "#${DARK_BLUE}";
building the system configuration... building the system configuration...
error: error:
… while evaluating the attribute 'config.system.build.toplevel' … while evaluating the attribute 'config.system.build.toplevel'
@ -83,7 +83,7 @@ error:
at /etc/nixos/configuration.nix:378:20: at /etc/nixos/configuration.nix:378:20:
377| background = "#${GREEN}"; 377| background = "#${BLUE}";
378| foreground = "#${BG}"; 378| foreground = "#${BG}";
| ^ | ^
379| frame_color = "#${DARK_GREEN}"; 379| frame_color = "#${DARK_BLUE}";