From 0b884c286f13c0f5aee599994036973033e2cd95 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 2 Oct 2024 23:28:59 -0700 Subject: fastfetch: fix logo width --- home/ebisu/fortune/rice/fastfetch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ebisu/fortune/rice/fastfetch.nix b/home/ebisu/fortune/rice/fastfetch.nix index ef9855a..8020e57 100644 --- a/home/ebisu/fortune/rice/fastfetch.nix +++ b/home/ebisu/fortune/rice/fastfetch.nix @@ -6,7 +6,7 @@ settings = { logo = { source = "${flakeDirectory}/home/${config.home.username}/logo.png"; - width = 22; + width = 30; padding.top = 0; }; -- cgit v1.2.3