This commit is contained in:
smayzy 2025-02-25 21:05:12 +01:00
parent 9f76227768
commit 5017c1f945
3 changed files with 129 additions and 0 deletions

106
fastfetch/config.jsonc Normal file
View File

@ -0,0 +1,106 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetc h/raw/dev/doc/json_schema.json",
"logo": {
"type": "kitty-direct",
"source": "~/.config/fastfetch/stylish-reyna.png",
"width": 38,
"height": 19
},
"display": {
"separator": "  ",
"color": "white"
},
"modules": [
{
"type": "title",
"key":" USER AT",
"keyColor": "green",
"color": {
"user": "green",
"at": "white",
"host": "blue"
}
},
//system :
"break",
{
"type": "custom",
"format": "\u001b[90m╭──────────────────────SYSTEM──────────────────────╮"
//'\u001b[90m' is for color
},
{
"type": "os",
"key": "╭─ OS",
"keyColor": "cyan"
},
{
"type": "kernel",
"key": "├─ KERNEL",
"keyColor": "yellow"
},
{
"type": "uptime",
"key": "├─ UPTIME",
"keyColor": "green"
},
{
"type": "packages",
"key": "├─ PACKAGES",
"keyColor": "blue"
},
{
"type": "shell",
"key": "├─ SHELL",
"keyColor": "magenta"
},
{
"type": "wm",
"key": "├─ WINDOW MANAGER",
"keyColor": "red"
},
{
"type": "terminal",
"key": "╰─ TERMINAL",
"keyColor": "magenta"
},
"break",
//resources :
{
"type": "custom",
"format": "\u001b[90m╭────────────────────────────────RESOURCES─────────────────────────────────╮"
//'\u001b[90m' is for color
},
{
"type": "cpu",
"key": "╭─ CPU",
"keyColor": "cyan"
},
{
"type": "gpu",
"key": "├─󰘚 GPU",
"keyColor": "yellow"
},
{
"type": "memory",
"key": "├─ MEMORY",
"keyColor": "green"
},
{
"type": "swap",
"key": "├─ SWAP",
"keyColor": "blue"
},
{
"type": "disk",
"key": "╰─ DISK",
"keyColor": "magenta"
},
"break"
// "colors"
]
}

BIN
fastfetch/stylish-reyna.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

23
kitty/kitty.conf Normal file
View File

@ -0,0 +1,23 @@
cursor #c7c7c7
cursor_text_color #feffff
selection_foreground #3e3e3e
selection_background #c1ddff
foreground #c8c8c8
background #323232
color0 #252525
color8 #555555
color1 #be7472
color9 #ff9900
color2 #709772
color10 #97bb98
color3 #989772
color11 #fefdbc
color4 #7199bc
color12 #9fbdde
color5 #727399
color13 #989abc
color6 #719899
color14 #6fbbbc
color7 #7f7f7f
color15 #feffff
background_opacity 0.8