From ccb2a3b4f3c87989dade75de258164d81b5a2467 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 18 May 2024 12:10:42 -0700 Subject: Make fastfetch display random image --- home/fastfetch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/fastfetch.nix b/home/fastfetch.nix index 0ed87eb..fb02f0e 100644 --- a/home/fastfetch.nix +++ b/home/fastfetch.nix @@ -10,7 +10,7 @@ settings = { logo = { type = "kitty-direct"; - source = ../assets/nonon.png; + source = "$(ls ${../assets/fastfetch}/*.png | shuf -n 1)"; width = 36; height = 32; -- cgit v1.2.3