diff options
| author | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-05 01:21:45 +0000 |
|---|---|---|
| committer | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-05 01:21:45 +0000 |
| commit | 69a722cfd33076a4d63f1d49e52bed427453eabe (patch) | |
| tree | 56545e93c12a8232058a0ab2b258546418656e03 /.config/fastfetch/config.jsonc | |
initial commit
Diffstat (limited to '.config/fastfetch/config.jsonc')
| -rwxr-xr-x | .config/fastfetch/config.jsonc | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100755 index 0000000..d655969 --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,69 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "type": "auto", + //"source": "~/.config/fastfetch/gentoo.png", + "source": "~/.config/fastfetch/ep-wb-icon-trnsp.png", + //"source": "~/.config/fastfetch/pluto-trnsp.png", + //"source": "~/.config/fastfetch/ganymede2.png", + "width": 15, + "height": 7, + "padding": { + "top": 0, + "bottom": 0, + "right": 3, + "left": 2, + }, + }, + "display": { + "separator": " › ", + "color": { + "title": "light_red", + "format": "{host-name}", + }, + }, + "modules": [ + { + "type": "title", + "key": " ", + "keyColor": "red", + "format": "{#38}{2}", + }, + { + "type": "os", + "key": " ", + "keyColor": "yellow", + "format": "{name}", + }, + { + "type": "packages", + "format": "{}", + "key": " ", + "keyColor": "light_yellow", + }, + { + "type": "shell", + "key": ">_", + "keyColor": "green", + "format": "{}", + }, + { + "type": "terminal", + "key": " ", + "keyColor": "cyan", + "format": "{}", + }, + { + "type": "wm", + "key": " ", + "keyColor": "blue", + "format": "{}", + }, + { + "type": "memory", + "key": " ", + "keyColor": "magenta", + "format": "{}", + }, + ] +} |
