{"id":13533736,"url":"https://github.com/coffeeispower/woomer","last_synced_at":"2025-04-01T22:30:36.557Z","repository":{"id":241395031,"uuid":"806223031","full_name":"coffeeispower/woomer","owner":"coffeeispower","description":"Zoomer application for Wayland inspired by tsoding's boomer","archived":false,"fork":false,"pushed_at":"2024-11-01T09:37:55.000Z","size":5655,"stargazers_count":94,"open_issues_count":6,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-01T10:25:40.381Z","etag":null,"topics":["boomer","dotfiles","hyprland","linux","utilities","utility","wayland","zoom","zoomer"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/coffeeispower.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-05-26T18:01:31.000Z","updated_at":"2024-11-01T09:37:59.000Z","dependencies_parsed_at":"2024-05-28T05:33:03.835Z","dependency_job_id":"fa99fa4a-ff84-40f8-926e-e6a3748bef75","html_url":"https://github.com/coffeeispower/woomer","commit_stats":null,"previous_names":["coffeeispower/woomer"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeispower%2Fwoomer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeispower%2Fwoomer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeispower%2Fwoomer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coffeeispower%2Fwoomer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coffeeispower","download_url":"https://codeload.github.com/coffeeispower/woomer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246720416,"owners_count":20822898,"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":["boomer","dotfiles","hyprland","linux","utilities","utility","wayland","zoom","zoomer"],"created_at":"2024-08-01T07:01:22.611Z","updated_at":"2025-04-01T22:30:35.493Z","avatar_url":"https://github.com/coffeeispower.png","language":"Rust","funding_links":[],"categories":["Tools"],"sub_categories":["Screenshotting"],"readme":"# Woomer - Boomer but for wayland\n\nZoomer application for wayland (linux) inspired by [tsoding's boomer](https://github.com/tsoding/boomer) written in rust\n\n![demo of woomer](./demo.gif)\n\n## Controls\n\n| Control                                           | Description                                                   |\n|---------------------------------------------------|---------------------------------------------------------------|\n| Right Click or \u003ckbd\u003eESC\u003c/kbd\u003e                     | Quit the application.                                         |\n| \u003ckbd\u003eR\u003c/kbd\u003e                                      | Reload the shaders (only for Developer mode)                  |\n| Hold \u003ckbd\u003eCTRL\u003c/kbd\u003e                              | Enable flashlight effect.                                     |\n| Drag with left mouse button                       | Move the image around.                                        |\n| Scroll wheel                                      | Zoom in/out.                                                  |\n| \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eSHIFT\u003c/kbd\u003e + Scroll wheel | Change the radius of the flashlight.                          |\n\n## HiDPI Displays\n### Hyprland\nIf you set your scaling different to 1.0 in your .config/hypr/hyprland.conf, you also need the following variables to be set:\n```sh\n$scale = 2\nmonitor = , highres, auto, $scale\n\nxwayland {\n  force_zero_scaling = true\n}\nenv = GDK_SCALE,$scale\n```\n\nPlease also refer to: [Hyprland Wiki](https://wiki.hyprland.org/Configuring/XWayland/)\n\n## Building\n\nDependencies:\n\n- wayland-client\n- cmake\n- rust\n- pkg-config\n- clang (for compiling raylib)\n- libclang (for bindgen)\n\nLike with any other rust program you can run:\n\n```sh\ncargo b\n```\n\nHowever if you want hot reloading of the spotlight shader you can add the `dev` feature:\n\n```sh\ncargo b -F dev\n```\n\n## Installing using the Nix flake\n\nYou can also install woomer using the nix flake:\n\n```nix\n# flake.nix\n{\n  inputs = {\n    woomer.url = \"github:coffeeispower/woomer\";\n    # .....\n  }\n  # ....\n}\n```\n\nAfter that, you can just install it\n\n```nix\n{inputs, system, ...}:\n{\n  home.packages = [\n    inputs.woomer.packages.${system}.default\n    # ....\n  ];\n  # ....\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffeeispower%2Fwoomer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoffeeispower%2Fwoomer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoffeeispower%2Fwoomer/lists"}