From 69a722cfd33076a4d63f1d49e52bed427453eabe Mon Sep 17 00:00:00 2001 From: dacctal <120422854+dacctal@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:21:45 +0000 Subject: initial commit --- .config/fastfetch/config.jsonc | 69 +++++++++++++++++++++++++++++++++ .config/fastfetch/ep-wb-icon-trnsp.png | Bin 0 -> 123310 bytes .config/fastfetch/ganymede.png | Bin 0 -> 438219 bytes .config/fastfetch/ganymede2.png | Bin 0 -> 358659 bytes .config/fastfetch/gentoo.png | Bin 0 -> 14804 bytes .config/fastfetch/pluto-trnsp.png | Bin 0 -> 17361800 bytes 6 files changed, 69 insertions(+) create mode 100755 .config/fastfetch/config.jsonc create mode 100755 .config/fastfetch/ep-wb-icon-trnsp.png create mode 100755 .config/fastfetch/ganymede.png create mode 100755 .config/fastfetch/ganymede2.png create mode 100755 .config/fastfetch/gentoo.png create mode 100755 .config/fastfetch/pluto-trnsp.png (limited to '.config/fastfetch') 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": "{}", + }, + ] +} diff --git a/.config/fastfetch/ep-wb-icon-trnsp.png b/.config/fastfetch/ep-wb-icon-trnsp.png new file mode 100755 index 0000000..1d4bed9 Binary files /dev/null and b/.config/fastfetch/ep-wb-icon-trnsp.png differ diff --git a/.config/fastfetch/ganymede.png b/.config/fastfetch/ganymede.png new file mode 100755 index 0000000..6d241ec Binary files /dev/null and b/.config/fastfetch/ganymede.png differ diff --git a/.config/fastfetch/ganymede2.png b/.config/fastfetch/ganymede2.png new file mode 100755 index 0000000..52f0fab Binary files /dev/null and b/.config/fastfetch/ganymede2.png differ diff --git a/.config/fastfetch/gentoo.png b/.config/fastfetch/gentoo.png new file mode 100755 index 0000000..c4114f5 Binary files /dev/null and b/.config/fastfetch/gentoo.png differ diff --git a/.config/fastfetch/pluto-trnsp.png b/.config/fastfetch/pluto-trnsp.png new file mode 100755 index 0000000..13ba452 Binary files /dev/null and b/.config/fastfetch/pluto-trnsp.png differ -- cgit v1.2.3