From 663ea6d3e44c5690c9231ce305e3e630389080b3 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sat, 25 Jul 2026 18:27:20 +0700 Subject: new dotfiles: fastfetch; starship; ghostty; --- fastfetch/.config/fastfetch/config.jsonc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fastfetch/.config/fastfetch/config.jsonc (limited to 'fastfetch/.config') 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" } + ] +} -- cgit v1.2.3