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 =
|
modules-right =
|
||||||
[
|
[
|
||||||
|
"idle_inhibitor"
|
||||||
"keyboard-state"
|
"keyboard-state"
|
||||||
"privacy"
|
"privacy"
|
||||||
"cpu"
|
"cpu"
|
||||||
|
@ -56,6 +57,13 @@ in {
|
||||||
unlocked = "";
|
unlocked = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
idle_inhibitor = {
|
||||||
|
format = "{icon}";
|
||||||
|
format-icons = {
|
||||||
|
activated = " ";
|
||||||
|
deactivated = " ";
|
||||||
|
};
|
||||||
|
};
|
||||||
tray = {
|
tray = {
|
||||||
icon-size = 13;
|
icon-size = 13;
|
||||||
spacing = 8;
|
spacing = 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue