From 9827078e36e9d8f676f16baee7fc0cf0951268fd Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 28 Dec 2025 18:08:06 -0600 Subject: [PATCH] rename(fastfetch): to animo --- apps/fastfetch/{arch.txt => animo.txt} | 0 apps/fastfetch/home.nix | 9 +++++++-- apps/hyprland/hypr/exec.nix | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) rename apps/fastfetch/{arch.txt => animo.txt} (100%) diff --git a/apps/fastfetch/arch.txt b/apps/fastfetch/animo.txt similarity index 100% rename from apps/fastfetch/arch.txt rename to apps/fastfetch/animo.txt diff --git a/apps/fastfetch/home.nix b/apps/fastfetch/home.nix index cb8ab62..afad866 100644 --- a/apps/fastfetch/home.nix +++ b/apps/fastfetch/home.nix @@ -4,7 +4,7 @@ settings = { "$schema" = "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json"; logo = { - source = "~/.config/fastfetch/arch.txt"; + source = "~/.config/fastfetch/animo.txt"; padding = { top = 1; }; @@ -50,10 +50,15 @@ keyColor = "33"; } "break" + { + type = "colors"; + paddingLeft = "2"; + symbol = "circle"; + } "break" ]; }; }; - home.file.".config/fastfetch/arch.txt".source = ./arch.txt; + home.file.".config/fastfetch/animo.txt".source = ./animo.txt; } diff --git a/apps/hyprland/hypr/exec.nix b/apps/hyprland/hypr/exec.nix index 929c079..9cec42c 100644 --- a/apps/hyprland/hypr/exec.nix +++ b/apps/hyprland/hypr/exec.nix @@ -20,9 +20,9 @@ "walker --gapplication-service" - "sh -c 'sleep 3; hakase-workspace-switch-force 1'" # FIXME: seems like a band-aid + "sh -c 'sleep 2.5; hakase-workspace-switch-force 1'" - "[workspace 1] ghostty -e bash -c 'fastfetch; exec $SHELL'" + "[workspace 1] uwsm app -- ghostty -e bash -c 'fastfetch; exec $SHELL'" "[workspace special:steam silent] uwsm app -- steam" ]; };