idle inhibiting

This commit is contained in:
Reid 2026-04-29 15:26:48 -07:00
parent 3f8b6984b7
commit 0d9381864c
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 19 additions and 0 deletions

View file

@ -62,6 +62,7 @@ in {
"cpu"
"memory"
"network"
"idle_inhibitor"
"power-profiles-daemon"
"battery"
"custom/weather"
@ -205,6 +206,13 @@ in {
};
on-click = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
};
idle_inhibitor = {
format = "{icon}";
format-icons = {
activated = "";
deactivated = "";
};
};
power-profiles-daemon = {
format = "{icon}";
tooltip = true;