From 0c7ac9a714cfbfb1a967751fa937214f832a0e8c Mon Sep 17 00:00:00 2001 From: antistereov Date: Sun, 7 Dec 2025 12:34:55 +0100 Subject: [PATCH] fix(fastfetch): remove wifi signal strength because it is not shown correctly --- fastfetch/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index f39bf82..42b2863 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -74,7 +74,7 @@ { "key": "│ {#32} wifi {#keys}│", "type": "wifi", - "format": "{ssid} {quality}%" + "format": "{ssid}" }, { "key": "│ {#34}󰁹 battery {#keys}│",