Unverified Commit 1c9777a0 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

nixosTests.lomiri-clock-app: Fix OCR further (#502290)

parents 3f2f8cef 16ffd4ed
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18,6 +18,12 @@
        variables = {
          UITK_ICON_THEME = "suru";
        };

        # App has a somewhat small horizontal max size and a white background, while we configure IceWM to have a black background.
        # Makes OCR less reliable, often completely fails to find the localised text. Force background to be white instead.
        etc."icewm/prefoverride".text = ''
          DesktopBackgroundColor=#FFFFFF
        '';
      };

      i18n.supportedLocales = [ "all" ];