Skip to content

[Hyprland 0.46.2 fix] Hyprland plugin to apply chroma key algorithm to make all windows translucent without affecting readability

License

Notifications You must be signed in to change notification settings

nixxoq/Hyprchroma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyprchroma

2024-10-18-000536_hyprshot

Hyprchroma is a Hyprland plugin that applies a chromakey effect for global window background transparency without affecting readability

Configuration

# hyprland.conf
windowrulev2 = plugin:chromakey,fullscreen:0
chromakey_background = 7,8,17

Also adds 2 Dispatches togglewindowchromakey WINDOW and togglechromakey (for the active window)

Installation

Hyprland >= v0.36.0

We now support Nix, wooo!

Hyprpm

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

Nix

For nix instructions, refer to the parent repository.

About

[Hyprland 0.46.2 fix] Hyprland plugin to apply chroma key algorithm to make all windows translucent without affecting readability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.6%
  • Nix 6.1%
  • Makefile 5.3%