waybar: add idle inhibitor
This commit is contained in:
parent
350fcfbc7b
commit
30fe2a2f06
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,7 @@ in {
|
|||
|
||||
modules-right =
|
||||
[
|
||||
"idle_inhibitor"
|
||||
"keyboard-state"
|
||||
"privacy"
|
||||
"cpu"
|
||||
|
@ -56,6 +57,13 @@ in {
|
|||
unlocked = "";
|
||||
};
|
||||
};
|
||||
idle_inhibitor = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
activated = " ";
|
||||
deactivated = " ";
|
||||
};
|
||||
};
|
||||
tray = {
|
||||
icon-size = 13;
|
||||
spacing = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue