diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/kde/theme-data/fastfetch/config.jsonc | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/kde/theme-data/fastfetch/config.jsonc')
| -rw-r--r-- | raveos-theme/kde/theme-data/fastfetch/config.jsonc | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/raveos-theme/kde/theme-data/fastfetch/config.jsonc b/raveos-theme/kde/theme-data/fastfetch/config.jsonc deleted file mode 100644 index f5f842d..0000000 --- a/raveos-theme/kde/theme-data/fastfetch/config.jsonc +++ /dev/null @@ -1,93 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "source": "~/.config/fastfetch/raveos-logo.txt", - "type": "file", - "color": { - "1": "green", - "2": "36", - "3": "white" - }, - "padding": { - "top": 1, - "left": 2, - "right": 3 - } - }, - "display": { - "separator": " → ", - "color": { - "keys": "green", - "title": "cyan" - } - }, - "modules": [ - "title", - "separator", - { - "type": "os", - "key": "OS" - }, - { - "type": "kernel", - "key": "Kernel" - }, - { - "type": "uptime", - "key": "Uptime" - }, - { - "type": "packages", - "key": "Packages" - }, - { - "type": "shell", - "key": "Shell" - }, - { - "type": "de", - "key": "DE" - }, - { - "type": "wm", - "key": "WM" - }, - { - "type": "terminal", - "key": "Terminal" - }, - "separator", - { - "type": "cpu", - "key": "CPU" - }, - { - "type": "gpu", - "key": "GPU" - }, - { - "type": "memory", - "key": "RAM" - }, - { - "type": "disk", - "key": "Disk", - "folders": "/" - }, - "separator", - { - "type": "display", - "key": "Display" - }, - { - "type": "theme", - "key": "Theme" - }, - { - "type": "icons", - "key": "Icons" - }, - "break", - "colors" - ] -} |