From 3f954424471ce6ee0b5dfcb3dc12eae1e9891b1a Mon Sep 17 00:00:00 2001 From: ryukamish Date: Thu, 7 May 2026 00:03:49 +0530 Subject: chore: removing cpu and temp modules on waybar and color changes to neutral colors --- waybar/config.jsonc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'waybar/config.jsonc') diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 4be1d16..ef42848 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -13,8 +13,6 @@ "custom/screenrecording-indicator", "tray", "custom/brightness", - "cpu", - "temperature", "network", "custom/vpn", "pulseaudio", @@ -29,16 +27,6 @@ "format": "{:%a, %b %d %H:%M}", "tooltip": false }, - "cpu": { - "interval": 10, - "format": " {usage}%", - "max-length": 10 - }, - "temperature": { - "thermal-zone": 5, - "critical-threshold": 80, - "format": " {temperatureC}°C" - }, "battery": { "interval": 60, "max-length": 25, -- cgit v1.3