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;
|
||||
}
|
||||
|
||||
#idle_inhibitor {
|
||||
color: @base09;
|
||||
}
|
||||
/* this here is ditto */
|
||||
#idle_inhibitor.activated {
|
||||
color: @base09;
|
||||
}
|
||||
#idle_inhibitor.deactivated {
|
||||
color: @base04;
|
||||
}
|
||||
|
||||
#battery {
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue