diff --git a/CHANGELOG.md b/CHANGELOG.md index 77119b8..2b407c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to eww will be listed here, starting at changes since versio - Fix and refactor nix flake (By: w-lfchen) - Fix remove items from systray (By: vnva) - Fix the gtk `stack` widget (By: ovalkonia) +- Fix values in the `EWW_NET` variable (By: mario-kr) ### Features - Update rust toolchain to 1.80.1 (By: w-lfchen) diff --git a/crates/eww/src/config/system_stats.rs b/crates/eww/src/config/system_stats.rs index 995d7ad..b4c46b7 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