diff options
Diffstat (limited to 'fastfetch')
| -rw-r--r-- | fastfetch/.config/fastfetch/config.jsonc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/fastfetch/.config/fastfetch/config.jsonc b/fastfetch/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..54bac74 --- /dev/null +++ b/fastfetch/.config/fastfetch/config.jsonc @@ -0,0 +1,21 @@ +{ + "modules": [ + "title", + "separator", + "os", + "kernel", + "shell", + "cpu", + "gpu", + "memory", + { "type": "wm" }, + "uptime", + "separator", + { + "type": "command", + "text": "curl -s 'wttr.in/Krasnoyarsk?format=%c+%t'", + "key": "Weather" + }, + { "type": "packages" } + ] +} |
