diff --git a/eww/eww.yuck b/eww/eww.yuck index 928b1b2..71ce4ad 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -220,7 +220,7 @@ (docked)(sep) (ram)(space) (cpu)(sep) - (eth :interface "enp195s0f3u1")(space) + (eth :interface "enp193s0f3u2")(space) (battery)(sep) (volume)(sep) (datetime)(sep) diff --git a/eww/scripts/network_statistics.py b/eww/scripts/network_statistics.py index 81602e1..2979bab 100755 --- a/eww/scripts/network_statistics.py +++ b/eww/scripts/network_statistics.py @@ -35,6 +35,7 @@ class Status: def format_4_significant_digits(num: float) -> str: + assert num >= 1.0, "Doesn't properly handle numbers below 1" if num < 999: return f"{num:04.3g}" if num < 1000: diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index bad2a7a..fe32fc3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -88,7 +88,6 @@ device { windowrulev2 = suppressevent maximize, class:.* windowrulev2 = opacity 1.0 0.9, class:.* -windowrulev2 = nodim, fullscreen: 1 windowrulev2 = opacity 0.0 override 0.0 override,class:^xwaylandvideobridge$ windowrulev2 = noanim, class:^xwaylandvideobridge$