diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-06-04 17:12:21 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-06-04 17:12:21 +0200 |
| commit | 636540f674a683104d28aadcd44827abb9c86e0a (patch) | |
| tree | 8883eb9c7c379254433df43b7ebf16e343d5d4c2 /fastfetch | |
| parent | 147cbd6724faad8eaa01252e85053f088f939f70 (diff) | |
| download | dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.gz dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.bz2 dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.lz dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.xz dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.tar.zst dotfiles-636540f674a683104d28aadcd44827abb9c86e0a.zip | |
use hard links instead of symlinks, hopefully works better
Diffstat (limited to 'fastfetch')
| -rw-r--r--[l---------] | fastfetch/config.jsonc | 294 |
1 files changed, 293 insertions, 1 deletions
diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index ab47c28..c86a30d 120000..100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -1 +1,293 @@ -/home/spelis/.config/fastfetch/config.jsonc
\ No newline at end of file +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json", + "logo": { + "type": "auto", + "source": "", + "color": { + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "", + "7": "", + "8": "", + "9": "" + }, + "width": null, + "height": null, + "padding": { + "top": 0, + "left": 0, + "right": 4 + }, + "printRemaining": true, + "preserveAspectRatio": false, + "recache": false, + "position": "left", + "chafa": { + "fgOnly": false, + "symbols": "block+border+space-wide-inverted" + } + }, + "display": { + "stat": false, + "pipe": false, + "showErrors": false, + "disableLinewrap": true, + "hideCursor": false, + "separator": " ", + "color": { + "keys": "", + "title": "", + "output": "", + "separator": "" + }, + "brightColor": true, + "duration": { + "abbreviation": false, + "spaceBeforeUnit": "default" + }, + "size": { + "maxPrefix": "YB", + "binaryPrefix": "iec", + "ndigits": 2, + "spaceBeforeUnit": "default" + }, + "temp": { + "unit": "D", + "ndigits": 1, + "color": { + "green": "32", + "yellow": "93", + "red": "91" + }, + "spaceBeforeUnit": "default" + }, + "percent": { + "type": [ + "num", + "num-color" + ], + "ndigits": 0, + "color": { + "green": "32", + "yellow": "93", + "red": "91" + }, + "spaceBeforeUnit": "default", + "width": 0 + }, + "bar": { + "char": { + "elapsed": "■", + "total": "-" + }, + "border": { + "left": "[ ", + "right": " ]", + "leftElapsed": "", + "rightElapsed": "" + }, + "color": { + "elapsed": "auto", + "total": "97", + "border": "97" + }, + "width": 10 + }, + "fraction": { + "ndigits": 2, + "trailingZeros": "default" + }, + "noBuffer": false, + "key": { + "width": 0, + "type": "icon", + "paddingLeft": 0 + }, + "freq": { + "ndigits": 2, + "spaceBeforeUnit": "default" + }, + "constants": [] + }, + "general": { + "thread": true, + "processingTimeout": 5000, + "detectVersion": true, + "playerName": "", + "dsForceDrm": false + }, + "modules": [ + { + "type": "title", + "key": " ", + "keyIcon": "", + "fqdn": false, + "color": { + "user": "", + "at": "", + "host": "" + } + }, + { + "type": "separator", + "string": "-", + "outputColor": "", + "times": 0 + }, + { + "type": "os", + "keyIcon": "" + }, + { + "type": "host", + "keyIcon": "" + }, + { + "type": "kernel", + "keyIcon": "" + }, + { + "type": "uptime", + "keyIcon": "" + }, + { + "type": "packages", + "keyIcon": "", + "disabled": [ + "apk" + ], + "combined": false + }, + { + "type": "shell", + "keyIcon": "" + }, + { + "type": "display", + "keyIcon": "", + "compactType": "none", + "preciseRefreshRate": false, + "order": null + }, + { + "type": "de", + "keyIcon": "" + }, + { + "type": "wm", + "keyIcon": "", + "detectPlugin": true + }, + { + "type": "terminal", + "keyIcon": "" + }, + { + "type": "cpu", + "keyIcon": "", + "temp": false, + "showPeCoreCount": false, + "tempSensor": "" + }, + { + "type": "gpu", + "keyIcon": "", + "driverSpecific": false, + "detectionMethod": "pci", + "temp": false, + "hideType": "none", + "percent": { + "green": 50, + "yellow": 80, + "type": 0 + } + }, + { + "type": "memory", + "keyIcon": "", + "percent": { + "green": 50, + "yellow": 80, + "type": 0 + } + }, + { + "type": "swap", + "percent": { + "green": 50, + "yellow": 80, + "type": 0 + }, + "keyIcon": "", + "separate": false + }, + { + "type": "disk", + "keyIcon": "", + "showRegular": true, + "showExternal": true, + "showHidden": false, + "showSubvolumes": false, + "showReadOnly": true, + "showUnknown": false, + "folders": "", + "hideFolders": "/efi:/boot:/boot/*", + "hideFS": "", + "useAvailable": false, + "percent": { + "green": 50, + "yellow": 80, + "type": 0 + } + }, + { + "type": "localip", + "keyIcon": "", + "showIpv4": true, + "showIpv6": false, + "showMac": false, + "showLoop": false, + "showPrefixLen": true, + "showMtu": false, + "showSpeed": false, + "showFlags": false, + "compact": false, + "defaultRouteOnly": true, + "showAllIps": false, + "namePrefix": "" + }, + { + "type": "battery", + "keyIcon": "", + "temp": false, + "percent": { + "green": 50, + "yellow": 20, + "type": 0 + } + }, + { + "type": "poweradapter", + "keyIcon": "" + }, + "break", + { + "type": "colors", + "key": " ", + "keyIcon": "", + "symbol": "block", + "paddingLeft": 0, + "block": { + "width": 5, + "range": [ + 0, + 15 + ] + }, + "brightness": "default" + } + ] +} |
