diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e2aa82..1f26c9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to eww will be listed here, starting at changes since versio ### Fixes - Fix and refactor nix flake (By: w-lfchen) - Fix remove items from systray (By: vnva) +- Fix values in the `EWW_NET` variable (By: mario-kr) ### Features - Add `:truncate` property to labels, disabled by default (except in cases where truncation would be enabled in version `0.5.0` and before) (By: Rayzeq). diff --git a/crates/eww/src/config/system_stats.rs b/crates/eww/src/config/system_stats.rs index 995d7ada..b4c46b7b 100644 --- a/crates/eww/src/config/system_stats.rs +++ b/crates/eww/src/config/system_stats.rs @@ -212,7 +212,6 @@ pub fn net() -> String { let (ref mut last_refresh, ref mut networks) = &mut *NETWORKS.lock().unwrap(); networks.refresh_list(); - networks.refresh(); let elapsed = last_refresh.next_refresh(); networks