From 44e11a92f52220f4fc61f538eae816e884c33e1c Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 25 Jun 2023 19:17:11 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20:=20ic=C3=B4ne=20temp=C3=A9rature=20dan?= =?UTF-8?q?s=20la=20Waybar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/waybar-sway/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} 󰔏 " + } }