diff --git a/.bashrc b/.bashrc index 8cd888a..840e112 100644 --- a/.bashrc +++ b/.bashrc @@ -121,7 +121,7 @@ eval "$(starship init bash)" # Display system info on shell start using fastfetch with the custom ASCII logo. # Colors are forced to red to match the CyberQueer theme branding. -fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt +fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/m-archy-SPC.txt # Load the Rust/Cargo environment — primarily adds ~/.cargo/bin to PATH so that # binaries installed via `cargo install` (e.g., ripgrep, bat, starship itself) diff --git a/.zshrc b/.zshrc index 8d6cefd..23a66c0 100755 --- a/.zshrc +++ b/.zshrc @@ -174,7 +174,7 @@ export EDITOR='nvim' # distrobox containers. CONTAINER_ID is set by distrobox on entry; checking # for it prevents a duplicate/confusing fetch banner inside containers. if [ -z "${CONTAINER_ID}" ]; then - fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/resources/pin.txt + fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/resources/m-archy-SPC.txt fi diff --git a/desktopenvs/hyprland/kitty/bash-remoteconf b/desktopenvs/hyprland/kitty/bash-remoteconf index 899f0c6..08d29a9 100644 --- a/desktopenvs/hyprland/kitty/bash-remoteconf +++ b/desktopenvs/hyprland/kitty/bash-remoteconf @@ -58,6 +58,6 @@ export TERM=xterm-256color #eval "$(starship init bash)" -#fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt +#fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/m-archy-SPC.txt export PS1="\u@\H>\t " diff --git a/desktopenvs/hyprlua/kitty/bash-remoteconf b/desktopenvs/hyprlua/kitty/bash-remoteconf index 899f0c6..08d29a9 100644 --- a/desktopenvs/hyprlua/kitty/bash-remoteconf +++ b/desktopenvs/hyprlua/kitty/bash-remoteconf @@ -58,6 +58,6 @@ export TERM=xterm-256color #eval "$(starship init bash)" -#fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt +#fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/m-archy-SPC.txt export PS1="\u@\H>\t " diff --git a/resources/pin.txt b/resources/m-archy-SPC.txt similarity index 100% rename from resources/pin.txt rename to resources/m-archy-SPC.txt diff --git a/setup/archiso/overlay/airootfs/etc/fastfetch/config.jsonc b/setup/archiso/overlay/airootfs/etc/fastfetch/config.jsonc new file mode 100644 index 0000000..63303b1 --- /dev/null +++ b/setup/archiso/overlay/airootfs/etc/fastfetch/config.jsonc @@ -0,0 +1,17 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "/etc/fastfetch/m-archy-SPC.txt", + "type": "file", + "color": { + "1": "red", + "2": "red" + } + }, + "display": { + "color": { + "keys": "red", + "title": "red" + } + } +} diff --git a/setup/archiso/overlay/airootfs/etc/fastfetch/m-archy-SPC.txt b/setup/archiso/overlay/airootfs/etc/fastfetch/m-archy-SPC.txt new file mode 100644 index 0000000..de89723 --- /dev/null +++ b/setup/archiso/overlay/airootfs/etc/fastfetch/m-archy-SPC.txt @@ -0,0 +1,17 @@ + + ┌────────────────────────┐ + │ ╔══════════════════╗ │\ + │ ║==~~ _______ ~===║ │ \ + │ ║ / \ ║ │ \ + │ ║ { #@ @# } ║ │ | + │ ║ \ # / ║ │ | + │ ║ ~~= | # | ║ │ | + │ ║ |_|_|_| ==~~║ │ | + │ ║~~=~ ~==~ ║ │ / + │• ╚══════════════════╝ │ / + └────────────────────────┘/ + ╭────────────────────────────╮ + │ •• ┌──────┐ • ──══── │ + │ •──────• │ + ╰────────────────────────────╯ + diff --git a/setup/archiso/overlay/airootfs/etc/os-release b/setup/archiso/overlay/airootfs/etc/os-release new file mode 100644 index 0000000..48278e0 --- /dev/null +++ b/setup/archiso/overlay/airootfs/etc/os-release @@ -0,0 +1,10 @@ +NAME="M-Archy" +PRETTY_NAME="M-Archy Linux" +ID=m-archy +ID_LIKE=arch +BUILD_ID=rolling +ANSI_COLOR="38;2;23;147;209" +HOME_URL="https://git.abdelbaki.eu/The_miro/Dotfiles" +DOCUMENTATION_URL="https://git.abdelbaki.eu/The_miro/Dotfiles" +SUPPORT_URL="https://git.abdelbaki.eu/The_miro/Dotfiles" +LOGO=m-archy