My personal dotfiles
0
fork

Configure Feed

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

feat: added uptime and lifetime to fastfetch

+13
+13
fastfetch/.config/fastfetch/config.jsonc
··· 64 64 "key": "󱂬", 65 65 "keyColor": "yellow", 66 66 "format": "{1}" 67 + }, 68 + 69 + "break", 70 + 71 + { 72 + "type": "custom", 73 + "key": "󰚰" 74 + }, 75 + 76 + { 77 + "type": "uptime", 78 + "key": "󰐥", 79 + "format": "{2} hrs, {3} mins" 67 80 } 68 81 ] 69 82 }