From 9f12ea8a648fa6483b392dc9ba1d7dbf4e61057c Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 23 Aug 2026 13:48:20 +0700 Subject: - --- fastfetch/.config/fastfetch/config.jsonc | 21 --------------------- 1 file changed, 21 deletions(-) delete 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 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" } - ] -} -- cgit v1.2.3