diff --git a/lib/i3status-rust.nix b/lib/i3status-rust.nix index 9647868..c4954f3 100644 --- a/lib/i3status-rust.nix +++ b/lib/i3status-rust.nix @@ -99,8 +99,7 @@ in { area = "states"; # "districts"; code = "BE"; # "11007"; in pkgs.writers.writeDash "incidence" '' - printf "📈" - ${pkgs.curl}/bin/curl -sSL https://api.corona-zahlen.org/${area}/${code} | ${pkgs.jq}/bin/jq -r '.data.${code} | "\(.name): \(.weekIncidence | round)"' + ${pkgs.curl}/bin/curl -sSL https://api.corona-zahlen.org/${area}/${code} | ${pkgs.jq}/bin/jq -r '.data.${code} | "📈 \(.name): \(.weekIncidence | floor)"' ''; } {