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",