diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-25 18:27:20 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-25 18:27:20 +0700 |
| commit | 663ea6d3e44c5690c9231ce305e3e630389080b3 (patch) | |
| tree | 62f5c26b8458f40d0931a909566acf8d4cbf0103 /fastfetch | |
| parent | a4f9590f59c25e396dfd6166b14727ee7f31d08c (diff) | |
new dotfiles:
fastfetch;
starship;
ghostty;
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" } + ] +} |
