{"id":13618570,"url":"https://github.com/Junker/stumpwm-pamixer","last_synced_at":"2025-04-14T13:31:21.152Z","repository":{"id":143103623,"uuid":"456815113","full_name":"Junker/stumpwm-pamixer","owner":"Junker","description":"Minimalistic Pulseaudio volume and microphone control module for StumpWM.","archived":false,"fork":false,"pushed_at":"2023-11-18T15:27:10.000Z","size":16,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T03:14:39.421Z","etag":null,"topics":["pulseaudio","sound","stumpwm","volume-control"],"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":"2022-02-08T06:44:25.000Z","updated_at":"2022-11-11T08:59:13.000Z","dependencies_parsed_at":"2024-06-11T20:27:15.446Z","dependency_job_id":"3a1d36b0-75ca-4850-b30f-629b92f2fba4","html_url":"https://github.com/Junker/stumpwm-pamixer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fstumpwm-pamixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fstumpwm-pamixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fstumpwm-pamixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Fstumpwm-pamixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junker","download_url":"https://codeload.github.com/Junker/stumpwm-pamixer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248888607,"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":["pulseaudio","sound","stumpwm","volume-control"],"created_at":"2024-08-01T21:00:26.080Z","updated_at":"2025-04-14T13:31:20.863Z","avatar_url":"https://github.com/Junker.png","language":"Common Lisp","funding_links":[],"categories":["Modules"],"sub_categories":[],"readme":"# StumpWM Pamixer\n\nMinimalistic Pulseaudio volume and microphone control module for StumpWM.\n\n## Requirements\n\n- [pamixer](https://github.com/cdemoulins/pamixer) CLI program installed\n\n## Installation\n\n```bash\ncd ~/.stumpwm.d/modules/\ngit clone https://github.com/Junker/stumpwm-pamixer pamixer\n```\n\n```common-lisp\n(stumpwm:add-to-load-path \"~/.stumpwm.d/modules/pamixer\")\n(load-module \"pamixer\")\n```\n\n## Usage\n\n```common-lisp\n  (define-key *top-map* (kbd \"XF86AudioRaiseVolume\") \"pamixer-volume-up\")\n  (define-key *top-map* (kbd \"XF86AudioLowerVolume\") \"pamixer-volume-down\")\n  (define-key *top-map* (kbd \"XF86AudioMute\") \"pamixer-toggle-mute\")\n```\n\n### Additional commands\n\n- `pamixer-mute`\n- `pamixer-unmute`\n- `pamixer-set-volume volume`\n\n**control of source, e.g. microphone:**\n\n- `pamixer-source-volume-up`\n- `pamixer-source-volume-down`\n- `pamixer-source-mute`\n- `pamixer-source-unmute`\n- `pamixer-source-toggle-mute`\n- `pamixer-source-set-volume volume`\n\n### Parameters\n\n- `pamixer:*step*` - volume increase/decrease step\n- `pamixer:*allow-boost*` - allow volume to go above 100%\n- `pamixer:*source-allow-boost*` - allow source volume to go above 100%\n- `pamixer:*mixer-command*` - external mixer program that opens on modeline right click (default: pavucontrol)\n\n## Modeline\n\n`%P` - pamixer formatter\n\n### Parameters for modeline\n\n- `pamixer:*modeline-fmt*` - format of pamixer 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-pamixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJunker%2Fstumpwm-pamixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJunker%2Fstumpwm-pamixer/lists"}