diff options
| author | Fuwn <[email protected]> | 2024-10-02 23:28:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-02 23:28:59 -0700 |
| commit | 0b884c286f13c0f5aee599994036973033e2cd95 (patch) | |
| tree | dd8c1d33ab6223ffabebb23a4d52a9a85f89eede | |
| parent | desktop: otd (diff) | |
| download | nixos-config-0b884c286f13c0f5aee599994036973033e2cd95.tar.xz nixos-config-0b884c286f13c0f5aee599994036973033e2cd95.zip | |
fastfetch: fix logo width
| -rw-r--r-- | home/ebisu/fortune/rice/fastfetch.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |