refactor: misc changes

This commit is contained in:
2025-07-04 00:33:49 +03:00
parent 1aeb25e712
commit 259c94797b
5 changed files with 62 additions and 4 deletions

47
fastfetch/satanic.jsonc Normal file
View File

@@ -0,0 +1,47 @@
{
// "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"height": 8,
"type": "kitty",
"source": "~/Pictures/Fetch/Japan/ghost_pixel.png"
// "source": "$(ls ~/Pictures/Fetch/Japan/* | shuf -n 1)"
},
"display": {
"separator": " ",
"color": {
"keys": "red"
},
"key": {
"type": "icon"
}
},
"modules": [
"title",
"separator",
{
"type": "os",
"keyIcon": ""
},
{
"type": "host",
"keyIcon": ""
},
"wm",
{
"type": "memory",
"keyIcon": "󱤓"
},
{
"type": "uptime",
"keyIcon": "󰥔"
},
{
"type": "colors",
"key": "",
"keyIcon": "",
"block": {
},
"symbol": "circle"
}
]
}