diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-05-25 19:32:02 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-05-25 19:32:02 +0200 |
| commit | 6b22d12938d736d4ee0316d4a2d230551661411f (patch) | |
| tree | fe23ef93924cfc2cc232cb4d3650692695d98d03 /.config/fastfetch/config.jsonc | |
| parent | 3506f13427a01d13b80efd02625e4ec6f34d2955 (diff) | |
changed setting back to dark mode, but option for light mode exist
Diffstat (limited to '.config/fastfetch/config.jsonc')
| -rw-r--r-- | .config/fastfetch/config.jsonc | 190 |
1 files changed, 95 insertions, 95 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index dd7e981..676c183 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -1,12 +1,12 @@ // Modified from: https://github.com/fastfetch-cli/fastfetch/pull/1025#issuecomment-2177566138 { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "color": { - "1": "#dc0075", - "2": "#8a8a8a" - }, - }, + // "logo": { + // "color": { + // "1": "#dc0075", + // "2": "#8a8a8a" + // }, + // }, "display": { "color": { "separator": "blue" @@ -28,100 +28,100 @@ "key": " OS ", "keyColor": "green" }, - { - "type": "kernel", - "key": " Kernel ", - "keyColor": "green" - }, - { - "type": "uptime", - "key": " Uptime ", - "keyColor": "green" - }, + { + "type": "kernel", + "key": " Kernel ", + "keyColor": "green" + }, + { + "type": "uptime", + "key": " Uptime ", + "keyColor": "green" + }, { "type": "wm", "key": " WM ", "keyColor": "green", }, - { - "type": "shell", - "key": " Shell ", - "keyColor": "green" - }, - { - "type": "terminal", - "key": " Terminal ", - "keyColor": "green" - }, - { - "type": "packages", - "key": " Packages ", - "keyColor": "green" - }, - { - "type": "custom", - "format": "{$1}", - "outputColor": "separator" - }, - { - "type": "Monitor", - "key": " Monitor ", + { + "type": "shell", + "key": " Shell ", + "keyColor": "green" + }, + { + "type": "terminal", + "key": " Terminal ", + "keyColor": "green" + }, + { + "type": "packages", + "key": " Packages ", + "keyColor": "green" + }, + { + "type": "custom", + "format": "{$1}", + "outputColor": "separator" + }, + { + "type": "Monitor", + "key": " Monitor ", "format": "{1}", - "keyColor": "cyan" - }, - { - "type": "cpu", - "key": " CPU ", - "keyColor": "cyan" - }, - { - "type": "gpu", - "key": " GPU ", - "keyColor": "cyan" - }, - { - "type": "memory", - "key": " RAM ", - "keyColor": "cyan" - }, - { - "type": "swap", - "key": " SWAP ", - "keyColor": "cyan" - }, - { - "type": "disk", - "key": " (root) ", - "folders": "/", - "keyColor": "cyan" - }, - { - "type": "disk", - "key": " (home) ", - "folders": "/home", - "keyColor": "cyan" - }, - { - "type": "disk", - "key": " (hdd1) ", - "folders": "/media/hdd", - "keyColor": "cyan" - }, - { - "type": "disk", - "key": " (hdd2) ", - "folders": "/media/seagate", - "keyColor": "cyan" - }, - { - "type": "custom", - "format": "{$1}", - "outputColor": "separator" - }, - "break", - { - "type": "colors", - "paddingLeft": 15 - } + "keyColor": "cyan" + }, + { + "type": "cpu", + "key": " CPU ", + "keyColor": "cyan" + }, + { + "type": "gpu", + "key": " GPU ", + "keyColor": "cyan" + }, + { + "type": "memory", + "key": " RAM ", + "keyColor": "cyan" + }, + { + "type": "swap", + "key": " SWAP ", + "keyColor": "cyan" + }, + { + "type": "disk", + "key": " (root) ", + "folders": "/", + "keyColor": "cyan" + }, + { + "type": "disk", + "key": " (home) ", + "folders": "/home", + "keyColor": "cyan" + }, + { + "type": "disk", + "key": " (hdd1) ", + "folders": "/media/hdd", + "keyColor": "cyan" + }, + { + "type": "disk", + "key": " (hdd2) ", + "folders": "/media/seagate", + "keyColor": "cyan" + }, + { + "type": "custom", + "format": "{$1}", + "outputColor": "separator" + }, + "break", + { + "type": "colors", + "paddingLeft": 15 + } ] } |
