From c2af917f0124d90c0c3a0ff8612e489fdb0018e3 Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Fri, 6 Mar 2026 05:30:45 +0100 Subject: [PATCH] UPdate waybar --- config/waybar/config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 06f6a8d..613349e 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -96,7 +96,7 @@ "format": "ram {}%", "states": { "warning": 70, - "critical": 90 + "critical": 85 }, "on-click": "swaymsg exec \\$task_manager", "tooltip": true @@ -128,7 +128,7 @@ "sway/workspaces": { "active-only": false, "all-outputs": false, - "disable-scroll": true, + "disable-scroll": true }, "backlight": { "format": "{icon} {percent}%", @@ -162,7 +162,7 @@ "on-scroll-down": "swaymsg exec \\$volume_down" }, "temperature": { - "critical-threshold": 90, + "critical-threshold": 85, "interval": 5, "format": "{icon}", "tooltip-format": "{temperatureC}°C",