From ab855f18eafd0c33af0c803ff827cdb79bc9203c Mon Sep 17 00:00:00 2001 From: biscuit Date: Mon, 26 May 2025 19:30:56 -0500 Subject: [PATCH] removed --- pkgs/fastfetch/small.jsonc | 40 --------------------------------- pkgs/starship/pure.toml | 46 -------------------------------------- 2 files changed, 86 deletions(-) delete mode 100644 pkgs/fastfetch/small.jsonc delete mode 100644 pkgs/starship/pure.toml diff --git a/pkgs/fastfetch/small.jsonc b/pkgs/fastfetch/small.jsonc deleted file mode 100644 index 34dc9cb..0000000 --- a/pkgs/fastfetch/small.jsonc +++ /dev/null @@ -1,40 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "type": "small", - "padding": { - "right": 13 - } - }, - "modules": [ - { - "key": "\u001b[11D{#31}██ Distro", - "type": "os" - }, - { - "key": "\u001b[11D{#32}██ Kernel", - "type": "kernel" - }, - { - "key": "\u001b[11D{#33}██ Uptime", - "type": "uptime" - }, - { - "key": "\u001b[11D{#35}██ Shell", - "type": "shell" - }, - { - "key": "\u001b[11D{#36}██ Local IP", - "type": "localip" - }, - { - "key": "\u001b[11D{#37}██ Memory", - "type": "memory" - }, - { - "key": "\u001b[11D{#38}██ Home", - "type": "disk", - "folders": "/" - } - ] -} diff --git a/pkgs/starship/pure.toml b/pkgs/starship/pure.toml deleted file mode 100644 index 9636f52..0000000 --- a/pkgs/starship/pure.toml +++ /dev/null @@ -1,46 +0,0 @@ -format = """ -$username\ -$hostname\ -$directory\ -$git_branch\ -$git_state\ -$git_status\ -$cmd_duration\ -$line_break\ -$python\ -$character""" - -[directory] -style = "blue" - -[character] -success_symbol = "[❯](purple)" -error_symbol = "[❯](red)" -vimcmd_symbol = "[❮](green)" - -[git_branch] -format = "[$branch]($style)" -style = "bright-black" - -[git_status] -format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)" -style = "cyan" -conflicted = "​" -untracked = "​" -modified = "​" -staged = "​" -renamed = "​" -deleted = "​" -stashed = "≡" - -[git_state] -format = '\([$state( $progress_current/$progress_total)]($style)\) ' -style = "bright-black" - -[cmd_duration] -format = "[$duration]($style) " -style = "yellow" - -[python] -format = "[$virtualenv]($style) " -style = "bright-black"