Hyprchroma is a Hyprland plugin that applies a chromakey effect for global window background transparency without affecting readability
# hyprland.conf
windowrulev2 = plugin:chromakey,fullscreen:0
chromakey_background = 7,8,17
Also adds 2 Dispatches togglewindowchromakey WINDOW
and togglechromakey
(for the active window)
We now support Nix, wooo!
outputs = { home-manager, hypr-darkwindow, ... }: { ... = { home-manager.users.micha4w = { wayland.windowManager.hyprland.plugins = [ hypr-darkwindow.packages.${pkgs.system}.Hypr-DarkWindow ]; }; }; }
> [!NOTE]
> In this example `inputs.hypr-darkwindow.url` sets the tag, Make sure that tag matches your Hyprland version.
### Hyprland >= v0.34.0
Install using `hyprpm`
```sh
hyprpm add https://github.com/alexhulbert/Hyprchroma
hyprpm enable hyprchroma
hyprpm reload
For nix instructions, refer to the parent repository.