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" ]; };