Add idle inhibitor to waybar

This commit is contained in:
Pedro Rey Anca 2025-02-05 19:17:24 +01:00
parent c1879671fc
commit cdbfa56130
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
2 changed files with 19 additions and 1 deletions

View file

@ -45,6 +45,7 @@
++ [
"pulseaudio"
"battery"
"idle_inhibitor"
"network"
"custom/notification"
"clock"
@ -147,6 +148,16 @@
tooltip = true;
tooltip-format = "{time}";
};
idle_inhibitor = {
format = "{icon}";
format-icons = {
activated = " ";
deactivated = " ";
};
timeout = 30;
};
"custom/launcher" = {
format = "";
on-click = "pkill fuzzel || fuzzel";