increase update speed

This commit is contained in:
KoenDR06 2026-02-17 17:43:11 +01:00
parent 5acce8f41a
commit 95455594ee

View file

@ -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;