diff options
| -rw-r--r-- | assets/fastfetch/nonon.png (renamed from assets/nonon.png) | bin | 108707 -> 108707 bytes | |||
| -rw-r--r-- | assets/fastfetch/ryo.png | bin | 0 -> 128547 bytes | |||
| -rw-r--r-- | home/fastfetch.nix | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/assets/nonon.png b/assets/fastfetch/nonon.png Binary files differindex 57056ce..57056ce 100644 --- a/assets/nonon.png +++ b/assets/fastfetch/nonon.png diff --git a/assets/fastfetch/ryo.png b/assets/fastfetch/ryo.png Binary files differnew file mode 100644 index 0000000..852df37 --- /dev/null +++ b/assets/fastfetch/ryo.png 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; |