Compare commits

..

No commits in common. "cf6ba50c9ee2b5add4a164ca2e0422e8d6de1329" and "f8be48042e128509231df387c59d06bbdf7424eb" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View file

@ -220,7 +220,7 @@
(docked)(sep)
(ram)(space)
(cpu)(sep)
(eth :interface "enp195s0f3u1")(space)
(eth :interface "enp193s0f3u2")(space)
(battery)(sep)
(volume)(sep)
(datetime)(sep)

View file

@ -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:

View file

@ -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$