fix screen flickering and keyboard not working

This commit is contained in:
EdenQwQ 2026-03-23 23:02:16 +08:00
parent 658b24fc7e
commit 9c2386d19e
7 changed files with 74 additions and 51 deletions

View file

@ -393,7 +393,7 @@ def expand_all_hex(text: str) -> str:
return re.sub(
r"((?<!&)#[A-Fa-f0-9]{3})\b",
lambda match: ("#" + "".join([c * 2 for c in match.group(1)[1:]])),
lambda match: "#" + "".join([c * 2 for c in match.group(1)[1:]]),
text,
)

View file

@ -62,7 +62,7 @@ let
includes ? [ ],
ignores ? [ ],
modes ? [ ],
extraConfig ? '''',
extraConfig ? "",
}:
(
(map (file: "include ${file}") includes)

View file

@ -43,7 +43,7 @@
in
{
nixos.expr = # nix
''${flake}.nixosConfigurations.${host}.options'';
"${flake}.nixosConfigurations.${host}.options";
home_manager.expr = # nix
''${flake}.homeConfigurations."${user}@${host}".options'';
};

View file

@ -383,8 +383,8 @@ in
#tray > .needs-attention {
-gtk-icon-effect: highlight;
}
'';
'';
".config/mango/waybar/animation.css".text =
# css
''