mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
no delay for transition when switching colorscheme
This commit is contained in:
parent
f4bbba64d3
commit
6dd2a05941
2 changed files with 2 additions and 4 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue