From 43e11222ad64c0b36c26196cbedc9705bd7c4c01 Mon Sep 17 00:00:00 2001 From: Bun Date: Wed, 14 May 2025 17:09:15 -0400 Subject: [PATCH] Fix fastfetch --- modules/home/programs/terminal/fastfetch/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home/programs/terminal/fastfetch/default.nix b/modules/home/programs/terminal/fastfetch/default.nix index 7ac645b5..cebde2db 100644 --- a/modules/home/programs/terminal/fastfetch/default.nix +++ b/modules/home/programs/terminal/fastfetch/default.nix @@ -15,14 +15,14 @@ }; display = { - separator = '' \u001b[33m ''; + separator = builtins.fromJSON ''" \u001b[33m "''; color = "red"; }; modules = [ { type = "custom"; - format = ''\u001b[1m—————————————————————————————————————''; + format = builtins.fromJSON ''"\u001b[1m—————————————————————————————————————"''; } { type = "host"; @@ -43,7 +43,7 @@ } { type = "memory"; - format = "{/1};-}{/}{/2}{-}{/}{} / {}"; + format = "{/1}{-}{/}{/2}{-}{/}{} / {}"; key = " "; } { @@ -54,7 +54,7 @@ { type = "custom"; - format = ''\u001b[1m—————————————————————————————————————''; + format = builtins.fromJSON ''"\u001b[1m—————————————————————————————————————"''; } { type = "os"; @@ -94,11 +94,11 @@ { type = "custom"; - format = ''\u001b[1m—————————————————————————————————————''; + format = builtins.fromJSON ''"\u001b[1m—————————————————————————————————————"''; } { type = "custom"; - format = ''\u001b[90m󰮯 \u001b[31m󰊠 \u001b[32m󰊠 \u001b[33m󰊠 \u001b[34m󰊠 \u001b[35m󰊠 \u001b[36m󰊠 \u001b[37m󰊠''; + format = builtins.fromJSON ''"\u001b[90m󰮯 \u001b[31m󰊠 \u001b[32m󰊠 \u001b[33m󰊠 \u001b[34m󰊠 \u001b[35m󰊠 \u001b[36m󰊠 \u001b[37m󰊠"''; } ]; };