home/waybar: add sleep inhibitor

This commit is contained in:
Aly Raffauf 2024-07-29 20:00:44 -04:00
parent f60c625530
commit fa44520055

View file

@ -115,8 +115,8 @@
"what" = "sleep"; "what" = "sleep";
"format" = "{icon}"; "format" = "{icon}";
"format-icons" = { "format-icons" = {
"activated" = ""; "activated" = "󰅶";
"deactivated" = ""; "deactivated" = "󰾪";
}; };
}; };
@ -193,7 +193,7 @@
"group/hardware" = { "group/hardware" = {
"orientation" = "horizontal"; "orientation" = "horizontal";
modules = ["pulseaudio" "bluetooth" "network" "power-profiles-daemon" "battery" "custom/logout"]; modules = ["pulseaudio" "bluetooth" "network" "power-profiles-daemon" "battery" "inhibitor" "custom/logout"];
}; };
}; };
}; };