{"id":13618575,"url":"https://github.com/Junker/stumpwm-wpctl","last_synced_at":"2025-04-14T13:31:20.110Z","repository":{"id":192975376,"uuid":"687848894","full_name":"Junker/stumpwm-wpctl","owner":"Junker","description":"PipeWire (WirePlumber) volume and microphone control module for StumpWM","archived":false,"fork":false,"pushed_at":"2024-09-29T09:37:04.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T03:14:40.721Z","etag":null,"topics":["pipewire","stumpwm","wireplumber"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Junker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-06T06:16:48.000Z","updated_at":"2024-09-29T09:36:35.000Z","dependencies_parsed_at":"2023-11-18T16:30:38.905Z","dependency_job_id":"e0edb0ad-ceaa-4f15-bdf0-c5daa5fdfd5c","html_url":"https://github.com/Junker/stumpwm-wpctl","commit_stats":null,"previous_names":["junker/stumpwm-wpctl"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fstumpwm-wpctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fstumpwm-wpctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fstumpwm-wpctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fstumpwm-wpctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junker","download_url":"https://codeload.github.com/Junker/stumpwm-wpctl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248888605,"owners_count":21178088,"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":["pipewire","stumpwm","wireplumber"],"created_at":"2024-08-01T21:00:26.242Z","updated_at":"2025-04-14T13:31:19.784Z","avatar_url":"https://github.com/Junker.png","language":"Common Lisp","funding_links":[],"categories":["Modules"],"sub_categories":[],"readme":"# StumpWM wpctl\n\nMinimalistic PipeWire volume and microphone control module for StumpWM.\n\n## Requirements\n\n- [wireplumber](https://github.com/PipeWire/wireplumber) installed\n- [parse-float](https://github.com/soemraws/parse-float) installed\n\n## Installation\n\n```bash\ncd ~/.stumpwm.d/modules/\ngit clone https://github.com/Junker/stumpwm-wpctl wpctl\n```\n\n```lisp\n(stumpwm:add-to-load-path \"~/.stumpwm.d/modules/wpctl\")\n(load-module \"wpctl\")\n```\n\n## Usage\n\n```lisp\n  (define-key *top-map* (kbd \"XF86AudioRaiseVolume\") \"wpctl-volume-up\")\n  (define-key *top-map* (kbd \"XF86AudioLowerVolume\") \"wpctl-volume-down\")\n  (define-key *top-map* (kbd \"XF86AudioMute\") \"wpctl-toggle-mute\")\n```\n\n### Commands\n\n- `wpctl-volume-up`\n- `wpctl-volume-down`\n- `wpctl-mute`\n- `wpctl-unmute`\n- `wpctl-toggle-mute`\n- `wpctl-set-volume volume`\n\n**control of source, e.g. microphone:**\n\n- `wpctl-source-volume-up`\n- `wpctl-source-volume-down`\n- `wpctl-source-mute`\n- `wpctl-source-unmute`\n- `wpctl-source-toggle-mute`\n- `wpctl-source-set-volume volume`\n\n### Parameters\n\n- `wpctl:*step*` - volume increase/decrease step\n- `wpctl:*mixer-command*` - external mixer program that opens on modeline right click (default: pavucontrol)\n- `wpctl:*default-sink-id*`\n- `wpctl:*default-source-id*`\n- `wpctl:*wpctl-path*`\n\n## Modeline\n\n`%P` - wpctl formatter\n\n### Parameters for modeline\n\n- `wpctl:*modeline-fmt*` - format of wpctl modeline (default: \"%b(%v)\")\n  - `%b` - volume bar\n  - `%v` - volume value\n\n### Modeline mouse interaction\n\n- **left button:** mute/unmute\n- **right button:** open mixer program\n- **wheel up:** volume up\n- **wheel down:** volume down\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJunker%2Fstumpwm-wpctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJunker%2Fstumpwm-wpctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJunker%2Fstumpwm-wpctl/lists"}