My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: changed fastfetch to icons

+16 -8
+16 -8
fastfetch/.config/fastfetch/config.jsonc
··· 1 1 { 2 2 "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", 3 3 4 + "display": { 5 + "separator": " ", 6 + "size": { 7 + "binaryPrefix": "si" 8 + } 9 + }, 10 + 4 11 "logo": { 5 12 "type": "small", 6 13 "padding": { ··· 12 19 "modules": [ 13 20 { 14 21 "type": "os", 15 - "key": "dist", 22 + "key": "󰣇", 16 23 "keyColor": "cyan", 17 24 "format": "{2}" 18 25 }, 19 26 { 20 27 "type": "packages", 21 - "key": "pkgs", 22 - "keyColor": "cyan" 28 + "key": "󰏖", 29 + "keyColor": "cyan", 30 + "format": "{1} pkgs" 23 31 }, 24 32 25 33 "break", 26 34 27 35 { 28 36 "type": "cpu", 29 - "key": "cpu", 37 + "key": "", 30 38 "keyColor": "green", 31 39 "format": "{name} ({cores-physical})" 32 40 }, 33 41 { 34 42 "type": "gpu", 35 - "key": "gpu", 43 + "key": "󰈐", 36 44 "keyColor": "green", 37 45 "format": "{vendor} {name}" 38 46 }, 39 47 { 40 48 "type": "memory", 41 - "key": "mem", 49 + "key": "", 42 50 "keyColor": "green", 43 51 "format": "{used} / {total}" 44 52 }, ··· 47 55 48 56 { 49 57 "type": "shell", 50 - "key": "sh", 58 + "key": "", 51 59 "keyColor": "yellow", 52 60 "format": "{1}" 53 61 }, 54 62 { 55 63 "type": "wm", 56 - "key": "wm", 64 + "key": "󱂬", 57 65 "keyColor": "yellow", 58 66 "format": "{1}" 59 67 }