From 20fa4e5eae26ac778796aee4e1f2dbfd5ac65e82 Mon Sep 17 00:00:00 2001 From: deadvey Date: Tue, 27 Aug 2024 16:33:50 +0100 Subject: [PATCH] 548 current 2024-08-27 16:16:27 24.05.3999.c42fcfbdfeae 6.6.46 * --- configuration.nix | 28 ++++++++++++++++++++++++++-- nixos-switch.log | 30 +++++++++++++++--------------- 2 files changed, 41 insertions(+), 17 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3b26165..2009c84 100644 --- a/configuration.nix +++ b/configuration.nix @@ -286,7 +286,7 @@ in menu.fg = "#${FG2}"; selected.bg = "#${BG2}"; selected.fg = "#${FG2}"; - } + }; downloads = { bar.bg = "#${BG}"; start.fg = "#${BG}"; @@ -318,7 +318,31 @@ in selected.bg = "#${BG}"; selected.fg = "$#{FG2}"; }; - + statusbar = { + normal.fg = "#${GREEN}"; + normal.bg = "#${BG}"; + insert.fg = "#${BG}"; + insert.bg = "#${BLUE}"; + passthrough.fg = "#${BG}"; + passthrough.bg = "#${AQUA}"; + private.fg = "#${BG}"; + private.bg = "#${BG1}"; + command.fg = "#${FG2}"; + command.bg = "#${BG}"; + command.private.fg = "#${FG2}"; + command.private.bg = "#${BG}"; + caret.fg = "#${BG}"; + caret.bg = "#${PURPLE}"; + caret.selection.fg = "#${BG}"; + caret.selection.bg = "#${BLUE}"; + progress.bg = "#${BLUE}"; + url.fg = "#${FG2}"; + url.error.fg = "#${RED}"; + url.hover.fg = "#${FG2}"; + url.success.http.fg = "#${AQUA}"; + url.success.https.fg = "#${GREEN}"; + url.warn.fg = "#${PURPLE}"; + }; }; }; }; diff --git a/nixos-switch.log b/nixos-switch.log index 35de333..a121145 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -21,12 +21,12 @@ error: error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:290:20: + at /etc/nixos/configuration.nix:318:19: - 289| } - 290| downloads = { - | ^ - 291| bar.bg = "#${BG}"; + 317| bg = "#${BG}"; + 318| selected.bg = "#${BG}"; + | ^ + 319| selected.fg = "$#{FG2}"; building Nix... error: … while evaluating the attribute 'config' @@ -51,12 +51,12 @@ error: error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:290:20: + at /etc/nixos/configuration.nix:318:19: - 289| } - 290| downloads = { - | ^ - 291| bar.bg = "#${BG}"; + 317| bg = "#${BG}"; + 318| selected.bg = "#${BG}"; + | ^ + 319| selected.fg = "$#{FG2}"; building the system configuration... error: … while evaluating the attribute 'config.system.build.toplevel' @@ -81,9 +81,9 @@ error: error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:290:20: + at /etc/nixos/configuration.nix:318:19: - 289| } - 290| downloads = { - | ^ - 291| bar.bg = "#${BG}"; + 317| bg = "#${BG}"; + 318| selected.bg = "#${BG}"; + | ^ + 319| selected.fg = "$#{FG2}";