diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-18 12:10:42 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-18 12:16:27 -0700 |
| commit | ccb2a3b4f3c87989dade75de258164d81b5a2467 (patch) | |
| tree | 7db4dfd4d1d197a0fe37eb576f71c0711b602d36 /home | |
| parent | ee235071508e1a5cfc95b64ea61078512bbceb90 (diff) | |
Make fastfetch display random image
Diffstat (limited to 'home')
| -rw-r--r-- | home/fastfetch.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |