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 = "";