diff --git a/presets/btw.jsonc b/presets/btw.jsonc deleted file mode 100644 index 8ad31e61a..000000000 --- a/presets/btw.jsonc +++ /dev/null @@ -1,42 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "type": "builtin", - "source": "arch" - }, - "modules": [ - "title", - "separator", - { - "type": "os", - "format": "Arch Linux ({12})" - }, - "host", - "kernel", - "uptime", - { - "type": "packages", - "format": "{} (pacman)" - }, - "shell", - "display", - "de", - "wm", - "wmtheme", - "theme", - "icons", - "font", - "cursor", - "terminal", - "terminalfont", - "cpu", - "gpu", - "memory", - "disk", - "battery", - "poweradapter", - "locale", - "break", - "colors" - ] -} diff --git a/presets/hardware.jsonc b/presets/hardware.jsonc deleted file mode 100644 index c6c22a758..000000000 --- a/presets/hardware.jsonc +++ /dev/null @@ -1,37 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "modules": [ - { - "type": "host", - "format": "{?2}{2}{?}{?5} ({5}){?}" - }, - "chassis", - { - "type": "board", - "format": "{?1}{1}{?}{?2} ({2}){?}" - }, - "cpu", - { - "type": "memory", - "format": "{?2}{2}{?}" - }, - "physicaldisk", - "gpu", - "display", - "monitor", - { - "type": "wifi", - "format": "{?1}{1}{?}{?6} - {6}{?}" - }, - { - "type": "sound", - "format": "{?2}{2}{?}" - }, - "camera", - { - "type": "battery", - "format": "{?1}{1}{?}{?2} {2}{?}{?3} ({3}){?}" - }, - "poweradapter" - ] -} diff --git a/presets/software.jsonc b/presets/software.jsonc deleted file mode 100644 index b2715adaa..000000000 --- a/presets/software.jsonc +++ /dev/null @@ -1,17 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "modules": [ - "os", - "kernel", - "shell", - "de", - "wm", - "wmtheme", - "theme", - "icons", - "font", - "cursor", - "terminal", - "terminalfont" - ] -}