diff --git a/eww/eww.yuck b/eww/eww.yuck index 71ce4ad..928b1b2 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -220,7 +220,7 @@ (docked)(sep) (ram)(space) (cpu)(sep) - (eth :interface "enp193s0f3u2")(space) + (eth :interface "enp195s0f3u1")(space) (battery)(sep) (volume)(sep) (datetime)(sep) diff --git a/eww/scripts/network_statistics.py b/eww/scripts/network_statistics.py index 2979bab..81602e1 100755 --- a/eww/scripts/network_statistics.py +++ b/eww/scripts/network_statistics.py @@ -35,7 +35,6 @@ 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 fe32fc3..bad2a7a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -88,6 +88,7 @@ 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$