increase update speed
This commit is contained in:
parent
5acce8f41a
commit
95455594ee
1 changed files with 4 additions and 4 deletions
|
|
@ -88,12 +88,12 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
interval = 3;
|
interval = 1;
|
||||||
on-click = "kitty btop &";
|
on-click = "kitty btop &";
|
||||||
};
|
};
|
||||||
|
|
||||||
"memory" = {
|
"memory" = {
|
||||||
interval = 3;
|
interval = 1;
|
||||||
on-click = "kitty btop &";
|
on-click = "kitty btop &";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -102,7 +102,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
"network" = {
|
"network" = {
|
||||||
interval = 3;
|
interval = 1;
|
||||||
|
|
||||||
tooltip-format = " {bandwidthDownBits} , {bandwidthDownBits} ";
|
tooltip-format = " {bandwidthDownBits} , {bandwidthDownBits} ";
|
||||||
tooltip-format-wifi = "{essid}: {bandwidthDownBits} , {bandwidthDownBits} ";
|
tooltip-format-wifi = "{essid}: {bandwidthDownBits} , {bandwidthDownBits} ";
|
||||||
|
|
@ -110,7 +110,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
"battery" = {
|
"battery" = {
|
||||||
interval = 3;
|
interval = 1;
|
||||||
format-icons = ["" "" "" "" ""];
|
format-icons = ["" "" "" "" ""];
|
||||||
states = {
|
states = {
|
||||||
critical = 15;
|
critical = 15;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue