diff --git a/config/waybar-sway/config b/config/waybar-sway/config index e0db302..03406fa 100644 --- a/config/waybar-sway/config +++ b/config/waybar-sway/config @@ -6,7 +6,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "sway/window"], "modules-center": ["tray", "clock"], - "modules-right": ["pulseaudio", "network", "cpu", "memory", "battery"], + "modules-right": ["pulseaudio", "network", "cpu", "memory", "temperature", "battery"], "sway/workspaces": { "disable-scroll": true, "all-outputs": false, @@ -74,5 +74,8 @@ }, "on-click": "pavucontrol" }, + "temperature": { + "format": "{temperatureC} 󰔏 " + } }