From c6e561f8044639354517463ee5c7136a3c0299a8 Mon Sep 17 00:00:00 2001 From: yingchangliu <58721349+yingchangliu@users.noreply.github.com> Date: Tue, 23 Jan 2024 02:35:35 +0800 Subject: [PATCH] update waybay style --- config/waybar/leftbar/modulesvertical | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/leftbar/modulesvertical b/config/waybar/leftbar/modulesvertical index a38fc40da..c8e69932e 100755 --- a/config/waybar/leftbar/modulesvertical +++ b/config/waybar/leftbar/modulesvertical @@ -545,9 +545,9 @@ "hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", "format": "{icon}", "format-icons": [ + "", // blue-dark "", // blue "", // cyan - "", // green "", // yellow "", // orange "" // red @@ -561,7 +561,7 @@ "hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", // "format": " {temperatureC}°C", "format": "{temperatureC}°C", - "critical-threshold": 70, + "critical-threshold": 75, // "format-critical": " {temperatureC}°C", "format-critical": "{temperatureC}°C", "on-click": "kitty --start-as=fullscreen --title btop sh -c 'btop'"