From 9b7e26612551390bea0d059796b9bc40180ef539 Mon Sep 17 00:00:00 2001 From: chase Date: Mon, 19 May 2025 23:53:56 -0400 Subject: [PATCH] Fastfetch config --- home.nix | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/home.nix b/home.nix index 036be01..fed497d 100644 --- a/home.nix +++ b/home.nix @@ -39,19 +39,33 @@ binaryPrefix = "si"; }; color = "blue"; - separator = "  "; + separator = ": "; }; modules = [ - { - type = "datetime"; - key = "Date"; - format = "{1}-{3}-{11}"; - } + "title" + "separator" + "os" + "host" + "uptime" + "kernel" + "packages" + "lm" + "de" + "wm" + "shell" + "terminal" + "terminalfont" { - type = "datetime"; - key = "Time"; - format = "{14}:{17}:{20}"; + key = "Display"; + type = "display"; } + "cpu" + "gpu" + "memory" + "swap" + "disk" + "datetime" + "colors" "break" "player" "media"