summaryrefslogtreecommitdiff
path: root/fastfetch/.config
diff options
context:
space:
mode:
Diffstat (limited to 'fastfetch/.config')
-rw-r--r--fastfetch/.config/fastfetch/config.jsonc21
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" }
+ ]
+}