aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/fastfetch/nonon.png (renamed from assets/nonon.png)bin108707 -> 108707 bytes
-rw-r--r--assets/fastfetch/ryo.pngbin0 -> 128547 bytes
-rw-r--r--home/fastfetch.nix2
3 files changed, 1 insertions, 1 deletions
diff --git a/assets/nonon.png b/assets/fastfetch/nonon.png
index 57056ce..57056ce 100644
--- a/assets/nonon.png
+++ b/assets/fastfetch/nonon.png
Binary files differ
diff --git a/assets/fastfetch/ryo.png b/assets/fastfetch/ryo.png
new file mode 100644
index 0000000..852df37
--- /dev/null
+++ b/assets/fastfetch/ryo.png
Binary files differ
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;