Unverified Commit 852523aa authored by amesgen's avatar amesgen
Browse files

nixos/keepassxc: work around OCR issues

Since https://github.com/NixOS/nixpkgs/pull/288208, the OCR got worse and can't
seem to be able to read the text from title bars 😭. Setting the background
color to white fixes the problem.

https://ice-wm.org/manual/icewm-11.html
https://ice-wm.org/man/icewm-prefoverride
parent a04d33c0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ import ./make-test-python.nix ({ pkgs, ...} :

    services.xserver.enable = true;

    # for better OCR
    environment.etc."icewm/prefoverride".text = ''
      ColorActiveTitleBar = "rgb:FF/FF/FF"
    '';

    # Regression test for https://github.com/NixOS/nixpkgs/issues/163482
    qt = {
      enable = true;