diff options
| author | ryukamish <[email protected]> | 2026-05-07 00:03:49 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-05-07 00:03:49 +0530 |
| commit | 3f954424471ce6ee0b5dfcb3dc12eae1e9891b1a (patch) | |
| tree | ce3d180bc4817cf693aa75ae5227c54b6541c6cc /waybar/config.jsonc | |
| parent | 9e74ddfea57d885c9c6e7f787a682ba3c3e23067 (diff) | |
chore: removing cpu and temp modules on waybar and color changes to neutral colors
Diffstat (limited to 'waybar/config.jsonc')
| -rw-r--r-- | waybar/config.jsonc | 12 |
1 files changed, 0 insertions, 12 deletions
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, |
