idle inhibiting
This commit is contained in:
parent
3f8b6984b7
commit
0d9381864c
2 changed files with 19 additions and 0 deletions
|
|
@ -129,6 +129,17 @@ window#waybar {
|
||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#idle_inhibitor {
|
||||||
|
color: @base09;
|
||||||
|
}
|
||||||
|
/* this here is ditto */
|
||||||
|
#idle_inhibitor.activated {
|
||||||
|
color: @base09;
|
||||||
|
}
|
||||||
|
#idle_inhibitor.deactivated {
|
||||||
|
color: @base04;
|
||||||
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,7 @@ in {
|
||||||
"cpu"
|
"cpu"
|
||||||
"memory"
|
"memory"
|
||||||
"network"
|
"network"
|
||||||
|
"idle_inhibitor"
|
||||||
"power-profiles-daemon"
|
"power-profiles-daemon"
|
||||||
"battery"
|
"battery"
|
||||||
"custom/weather"
|
"custom/weather"
|
||||||
|
|
@ -205,6 +206,13 @@ in {
|
||||||
};
|
};
|
||||||
on-click = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
|
on-click = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
|
||||||
};
|
};
|
||||||
|
idle_inhibitor = {
|
||||||
|
format = "{icon}";
|
||||||
|
format-icons = {
|
||||||
|
activated = "";
|
||||||
|
deactivated = "⏾";
|
||||||
|
};
|
||||||
|
};
|
||||||
power-profiles-daemon = {
|
power-profiles-daemon = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue