#!/bin/sh normal() { fastfetch -c $HOME/.config/fastfetch/ascii.jsonc printf "\n" } if [ -z $(pgrep VRChat) ]; then if [[ "$(cat /etc/hostname)" == "Witchen" ]]; then normal else normal fi fi