Files
dotfiles/fastfetch/config.jsonc
2026-02-08 01:53:11 +03:00

40 lines
623 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
"modules": [
"title",
"separator",
"os",
"host",
"kernel",
"uptime",
"packages",
"shell",
"display",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
"cursor",
"terminal",
"terminalfont",
"cpu",
"gpu",
"memory",
"swap",
"disk",
"localip",
"battery",
"poweradapter",
"locale",
"break",
"colors"
],
"logo": {
"type": "kitty",
"source": "/home/poti/.config/fastfetch/madoka.png",
"height": 25
}
}