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";
"format" = "{icon}";
"format-icons" = {
"activated" = "";
"deactivated" = "";
"activated" = "󰅶";
"deactivated" = "󰾪";
};
};
@ -193,7 +193,7 @@
"group/hardware" = {
"orientation" = "horizontal";
modules = ["pulseaudio" "bluetooth" "network" "power-profiles-daemon" "battery" "custom/logout"];
modules = ["pulseaudio" "bluetooth" "network" "power-profiles-daemon" "battery" "inhibitor" "custom/logout"];
};
};
};