From 6e1e1197e02e9582ca68b2bca415d2b3f834afba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 5 May 2025 01:37:23 +0300 Subject: waybar: fix intervals --- dotfiles/.config/waybar/modules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/.config/waybar/modules.json b/dotfiles/.config/waybar/modules.json index 51a80e3..ed3dff1 100644 --- a/dotfiles/.config/waybar/modules.json +++ b/dotfiles/.config/waybar/modules.json @@ -28,7 +28,7 @@ }, "cpu": { "format": " {usage}%", - "interval": 2 + "interval": 3 }, "memory": { "format": " {used:0.3f}G", @@ -85,7 +85,7 @@ "format-disabled": "󰌙", "format-alt": "󰌘 {ifname}: {bandwidthUpBits} {bandwidthDownBits}", "tooltip-format": "{ifname}: {essid} {ipaddr}/{cidr} {bandwidthUpBits} {bandwidthDownBits}", - "interval": 10 + "interval": 3 }, "wireplumber": { "scroll-step": 2, // %, can be a float -- cgit v1.2.3