summaryrefslogtreecommitdiff
path: root/fastfetch
diff options
context:
space:
mode:
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" }
- ]
-}