8000 GitHub - nautilor/Hyprchroma: Hyprland plugin to apply chroma key algorithm to make all windows translucent without affecting readability
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

nautilor/Hyprchroma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

At the moment it compiles and load but nothing happens

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 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++ 66.7%
  • GLSL 19.9%
  • Nix 7.2%
  • Makefile 6.2%
0