removed
This commit is contained in:
@@ -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": "/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user