update: waybar

This commit is contained in:
FabricSoul 2025-08-08 00:33:11 -04:00
parent 085b016786
commit 846320eb55

View file

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