no delay for transition when switching colorscheme

This commit is contained in:
EdenQwQ 2025-03-08 20:44:28 +08:00
parent f4bbba64d3
commit 6dd2a05941
2 changed files with 2 additions and 4 deletions

View file

@ -34,7 +34,7 @@
lib.hm.dag.entryAfter [ "writeBoundary" ]
# bash
''
run ${pkgs.niri-unstable}/bin/niri msg action do-screen-transition --delay-ms 1000
run ${pkgs.niri-unstable}/bin/niri msg action do-screen-transition
'';
reload-waybar =
lib.hm.dag.entryAfter [ "niri-transition" ]

View file

@ -12,9 +12,7 @@ in
targets.gtk.enable = true;
targets.gtk.flatpakSupport.enable = true;
cursor = {
package = pkgs.graphite-cursors.overrideAttrs (oldAttrs: {
postInstall = recolorScript + (oldAttrs.postInstall or "");
});
package = pkgs.graphite-cursors;
name = "graphite-dark";
size = 32;
};