summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-02 23:28:59 -0700
committerFuwn <[email protected]>2024-10-02 23:28:59 -0700
commit0b884c286f13c0f5aee599994036973033e2cd95 (patch)
treedd8c1d33ab6223ffabebb23a4d52a9a85f89eede
parentdesktop: otd (diff)
downloadnixos-config-0b884c286f13c0f5aee599994036973033e2cd95.tar.xz
nixos-config-0b884c286f13c0f5aee599994036973033e2cd95.zip
fastfetch: fix logo width
-rw-r--r--home/ebisu/fortune/rice/fastfetch.nix2
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;
};