{"id":13532667,"url":"https://github.com/micha4w/Hypr-DarkWindow","last_synced_at":"2025-04-01T21:30:48.823Z","repository":{"id":186571953,"uuid":"675356229","full_name":"micha4w/Hypr-DarkWindow","owner":"micha4w","description":"Hyprland Plugin to invert Colors of specific Windows!","archived":false,"fork":false,"pushed_at":"2025-03-29T11:00:46.000Z","size":728,"stargazers_count":56,"open_issues_count":1,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T11:29:46.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micha4w.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-06T16:39:16.000Z","updated_at":"2025-03-29T10:57:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fde705c-8179-4f1d-a375-b32dd3fafa8b","html_url":"https://github.com/micha4w/Hypr-DarkWindow","commit_stats":null,"previous_names":["micha4w/hypr-darkwindow"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micha4w%2FHypr-DarkWindow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micha4w%2FHypr-DarkWindow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micha4w%2FHypr-DarkWindow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micha4w%2FHypr-DarkWindow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micha4w","download_url":"https://codeload.github.com/micha4w/Hypr-DarkWindow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246712939,"owners_count":20821820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T07:01:12.737Z","updated_at":"2025-04-01T21:30:48.207Z","avatar_url":"https://github.com/micha4w.png","language":"C++","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# Hypr-DarkWindow\nHyprland plugin that adds possibility to invert the color of specific windows.\n\n![preview](./res/preview.png)\n\n## Configuration\nAdds 2 Dispatches `invertwindow WINDOW` and `invertactivewindow`.\n\nOr you can use windowrulev2 lines:\n```conf\n# hyprland.conf\nwindowrulev2 = plugin:invertwindow,class:(pb170.exe)\nwindowrulev2 = plugin:invertwindow,fullscreen:1\n```\n\n\u003e [!WARNING]  \n\u003e The following Config keyword was removed, please switch to the new windowrule version.\n\n```conf\n# hyprland.conf\ndarkwindow_invert = class:(pb170.exe)\ndarkwindow_invert = fullscreen:1\n```\n\n## Installation\n\n### Hyprland \u003e= v0.36.0\nWe now support Nix, wooo!\n\nYou should already have a fully working home-manager setup before adding this plugin.\n```nix\n#flake.nix\ninputs = {\n    home-manager = { ... };\n    hyprland = { ... };\n    ...\n    hypr-darkwindow = {\n      url = \"github:micha4w/Hypr-DarkWindow/tags/v0.36.0\";\n      inputs.hyprland.follows = \"hyprland\";\n    };\n};\n\noutputs = {\n  home-manager,\n  hypr-darkwindow,\n  ...\n}: {\n  ... = {\n    home-manager.users.micha4w = {\n      wayland.windowManager.hyprland.plugins = [\n        hypr-darkwindow.packages.${pkgs.system}.Hypr-DarkWindow\n      ];\n    };\n  };\n}\n```\n\n\u003e [!NOTE]\n\u003e In this example `inputs.hypr-darkwindow.url` sets the tag, Make sure that tag matches your Hyprland version.\n\n\n### Hyprland \u003e= v0.34.0\nInstall using `hyprpm`\n```sh\nhyprpm add https://github.com/micha4w/Hypr-DarkWindow\nhyprpm enable Hypr-DarkWindow\nhyprpm reload\n```\n\n### Hyprland \u003e= v0.28.0\nInstallable using [Hyprload](https://github.com/duckonaut/hyprload)\n```toml\n# hyprload.toml\nplugins = [\n  \"micha4w/Hypr-DarkWindow\",\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicha4w%2FHypr-DarkWindow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicha4w%2FHypr-DarkWindow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicha4w%2FHypr-DarkWindow/lists"}