From a752e3d51d3a29f59d4fbd4cf2fbc61839b72efe Mon Sep 17 00:00:00 2001 From: "SilverAg.L" Date: Mon, 20 Oct 2025 02:27:50 +0800 Subject: [PATCH] update - to read proper temperature. - to force notifications show on laptop screen without being streamed. --- .config/mako/config | 1 + .config/waybar/config.jsonc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/mako/config b/.config/mako/config index dd4301a..74d8b8c 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -1,5 +1,6 @@ sort=-time layer=overlay +output=eDP-1 background-color=#1e1e2e width=360 height=560 diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 078c47d..ffa9b4d 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -46,8 +46,8 @@ "spacing": 12 }, "temperature": { - "thermal-zone": 1, - // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", + // "thermal-zone": 1, + "hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input", "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", "format": "{icon} {temperatureC}°C",