diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 00:20:03 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-01-30 00:20:03 +0100 |
| commit | 2a8f7a6a66d620e46779d73ba788d1071239ff2a (patch) | |
| tree | 7791de28567388c16870fdad47711fdc57a17dd8 /cfg/fastfetch_config.jsonc | |
| parent | 718f8b25c19759e171d3c49da3979e8a8b2b0f33 (diff) | |
lots of updates i guess... also, `fastfetch` stuff now got its folder
too
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/fastfetch_config.jsonc')
| -rw-r--r-- | cfg/fastfetch_config.jsonc | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/cfg/fastfetch_config.jsonc b/cfg/fastfetch_config.jsonc deleted file mode 100644 index b02d510..0000000 --- a/cfg/fastfetch_config.jsonc +++ /dev/null @@ -1,125 +0,0 @@ -{ - "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", - "logo": { - "padding": { - "top": 1, - "left": 1, - "right": 2 - }, - "color": { - "1": "white", - "2": "red" - } - }, - "display": { - "separator": " " - }, - "colors": { - "red": 1, - "white": 15 - }, - - "modules": [ - { - "type": "title", - "format": "{#red}╭───────────── {#white}{user-name}" - }, - - { - "type": "custom", - "format": "{#red}│ {#white}system information" - }, - { - "type": "os", - "key": "{#red}│ {#red} {#white}OS" - }, - { - "type": "kernel", - "key": "{#red}│ {#red} {#white}kernel" - }, - { - "type": "uptime", - "key": "{#red}│ {#red} {#white}uptime" - }, - { - "type": "packages", - "key": "{#red}│ {#red} {#white}packages", - "format": "{all}" - }, - - { - "type": "custom", - "format": "{#red}│" - }, - { - "type": "custom", - "format": "{#red}│ {#white}desktop environment" - }, - { - "type": "de", - "key": "{#red}│ {#red} {#white}DE" - }, - { - "type": "wm", - "key": "{#red}│ {#red} {#white}WM" - }, - { - "type": "wmtheme", - "key": "{#red}│ {#red} {#white}theme" - }, - { - "type": "display", - "key": "{#red}│ {#red} {#white}resolution" - }, - { - "type": "shell", - "key": "{#red}│ {#red} {#white}shell" - }, - { - "type": "terminalfont", - "key": "{#red}│ {#red} {#white}font" - }, - - { - "type": "custom", - "format": "{#red}│" - }, - { - "type": "custom", - "format": "{#red}│ {#white}hardware information" - }, - { - "type": "cpu", - "key": "{#red}│ {#red} {#white}CPU" - }, - { - "type": "gpu", - "key": "{#red}│ {#red} {#white}GPU" - }, - { - "type": "memory", - "key": "{#red}│ {#red} {#white}memory" - }, - { - "type": "disk", - "key": "{#red}│ {#red} {#white}disk (/)", - "folders": "/" - }, - - { - "type": "custom", - "format": "{#red}│" - }, - { - "type": "colors", - "key": "{#red}│", - "symbol": "circle" - }, - - { - "type": "custom", - "format": "{#red}╰───────────────────────────────╯" - } - ] -} - |