mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Adding fastfetch configs
This commit is contained in:
131
.config/fastfetch/config.jsonc
Normal file
131
.config/fastfetch/config.jsonc
Normal file
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "~/.config/fastfetch/dtos-ascii.txt",
|
||||
"color": {
|
||||
"1": "green"
|
||||
},
|
||||
"height": 15,
|
||||
"width": 30,
|
||||
"padding": {
|
||||
"top": 1,
|
||||
"left": 2
|
||||
}
|
||||
},
|
||||
"modules": [
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m=======\u001b[92m\u001b[1mD\u001b[0m\u001b[90m=\u001b[93m\u001b[1mT\u001b[0m\u001b[90m=\u001b[94m\u001b[1mO\u001b[0m\u001b[90m=\u001b[95m\u001b[1mS\u001b[0m\u001b[90m================\u001b[3m\u001b[37m Linux For Power Users \u001b[0m\u001b[90m==="
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m┌──────────────────────Hardware────────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "host",
|
||||
"key": " PC",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": "│ ├",
|
||||
"showPeCoreCount": true,
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": "│ ├",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": "│ ├",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m└──────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m┌──────────────────Operating System────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": "│ ├",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": "│ ├",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "packages",
|
||||
"key": "│ ├",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m└──────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m┌──────────────────────Desktop─────────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "de",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "lm",
|
||||
"key": "│ ├",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": "│ ├",
|
||||
"format": "{3}",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m└──────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m┌──────────────────Terminal / Shell────────────────────┐"
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": "│ ├",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": "│ ├",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": "│ ├𐕸",
|
||||
"keyColor": "magenta",
|
||||
"text": "echo \"emacs $(emacs --version | awk '{print $NF}' | head -n 1)\""
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m└──────────────────────────────────────────────────────┘"
|
||||
},
|
||||
"break",
|
||||
]
|
||||
}
|
||||
25
.config/fastfetch/dtos-ascii.txt
Normal file
25
.config/fastfetch/dtos-ascii.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
____
|
||||
| _ \
|
||||
| | | |
|
||||
| |_| |
|
||||
|____/
|
||||
|
||||
_____
|
||||
|_ _|
|
||||
| |
|
||||
| |
|
||||
|_|
|
||||
|
||||
___
|
||||
/ _ \
|
||||
| | | |
|
||||
| |_| |
|
||||
\___/
|
||||
|
||||
____
|
||||
/ ___|
|
||||
\___ \
|
||||
___) |
|
||||
|____/
|
||||
|
||||
Reference in New Issue
Block a user