summaryrefslogtreecommitdiff
path: root/fastfetch
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-23 13:48:20 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-23 13:48:20 +0700
commit9f12ea8a648fa6483b392dc9ba1d7dbf4e61057c (patch)
tree35ec7c12203114c9e47cebbdb634c174094913c8 /fastfetch
parentb57f994aa7c74d1b4e17e3df31ddf94702a8f6de (diff)
-
Diffstat (limited to 'fastfetch')
-rw-r--r--fastfetch/.config/fastfetch/config.jsonc21
1 files changed, 0 insertions, 21 deletions
diff --git a/fastfetch/.config/fastfetch/config.jsonc b/fastfetch/.config/fastfetch/config.jsonc
deleted file mode 100644
index ac7674f..0000000
--- a/fastfetch/.config/fastfetch/config.jsonc
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "modules": [
- "title",
- "separator",
- "os",
- "kernel",
- "shell",
- "cpu",
- "gpu",
- "memory",
- { "type": "wm" },
- "uptime",
- "separator",
- {
- "type": "command",
- "text": "curl -s 'wttr.in/Bern?format=%c+%t'",
- "key": "Weather"
- },
- { "type": "packages" }
- ]
-}