From 846320eb5567eeb0359003fc1c8e4c2e04ac6150 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Fri, 8 Aug 2025 00:33:11 -0400 Subject: [PATCH] update: waybar --- home/fabric/desktop/waybar.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/home/fabric/desktop/waybar.nix b/home/fabric/desktop/waybar.nix index 15061b0..e345e46 100644 --- a/home/fabric/desktop/waybar.nix +++ b/home/fabric/desktop/waybar.nix @@ -8,7 +8,15 @@ position = "top"; height = 24; modules-left = ["custom/wmenu"]; - modules-right = ["cpu" "custom/cputemp" "memory" "custom/gputemp" "network" "pulseaudio" "clock" "tray"]; + modules-right = ["cpu" "custom/cputemp" "temperature" "memory" "custom/gputemp" "battery" "network" "pulseaudio" "clock" "tray"]; + + temperature = { + format = "{temperature}°C"; + }; + + battery = { + format = "󰁹 {capacity}%"; + }; "custom/wmenu" = { format = "";