Files
dotfiles/fastfetch/brawl.jsonc
Nikolai Papin 761b4e2bac refactor: moved useful scripts from the bspwm folder to more appropriate locations;
fix: checkupdates script for fastfetch causing delays;
chore: removed bspwm and picom since I haven't been using or maintaining them
2025-11-17 17:50:56 +03:00

49 lines
844 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"height": 8,
"type": "kitty",
"source": "$(ls ~/Pictures/Fetch/Brawlhalla/* | shuf -n 1)"
},
"display": {
"separator": " ",
"color": {
"keys": "magenta"
},
"key": {
"type": "icon"
}
},
"modules": [
"title",
"separator",
{
"type": "os",
"keyIcon": ""
},
{
"type": "host",
"keyIcon": ""
},
"wm",
{
"type": "memory",
"keyIcon": "󱤓"
},
{
"type": "command",
"text": "~/.config/fastfetch/scripts/updates.sh",
"keyIcon": "󰮯",
"key": "󰮯"
},
{
"type": "colors",
"key": "",
"keyIcon": "",
"block": {
},
"symbol": "circle"
}
]
}