diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-13 04:34:19 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-13 04:34:19 +0000 |
| commit | d19b491454c9f793d2e311dd09f70a88240dda29 (patch) | |
| tree | 14edd87d5ee055fb5839d52ad925b0191c8d0687 /.config/fastfetch/config.jsonc | |
| parent | fa3034e321c8dc63582b6edfcfb2299fbe627f7f (diff) | |
removed garbage
Diffstat (limited to '.config/fastfetch/config.jsonc')
| -rwxr-xr-x | .config/fastfetch/config.jsonc | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc deleted file mode 100755 index d655969..0000000 --- a/.config/fastfetch/config.jsonc +++ /dev/null @@ -1,69 +0,0 @@ -{ - "$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": "{}", - }, - ] -} |
