https://github.com/hasufell/pnmixer-rust
Rewrite of nicklan/pnmixer in rust
https://github.com/hasufell/pnmixer-rust
alsa gtk mixer rust
Last synced: 3 days ago
JSON representation
Rewrite of nicklan/pnmixer in rust
- Host: GitHub
- URL: https://github.com/hasufell/pnmixer-rust
- Owner: hasufell
- License: gpl-3.0
- Created: 2017-06-29T11:44:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T17:30:24.000Z (almost 7 years ago)
- Last Synced: 2025-05-12T14:12:11.819Z (3 days ago)
- Topics: alsa, gtk, mixer, rust
- Language: Rust
- Homepage:
- Size: 17.5 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[](https://crates.io/crates/pnmixer-rs)
[](https://travis-ci.org/hasufell/pnmixer-rust)
[](https://gitter.im/hasufell/pnmixer-rust?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://hasufell.github.io/pnmixer-rust/pnmixerlib/)
[](https://github.com/hasufell/pnmixer-rust)PNMixer-rs
==========About
-----Rewrite of [nicklan/pnmixer](https://github.com/nicklan/pnmixer) in
[Rust](https://www.rust-lang.org).This is meant as a drop-in replacement, but may diverge in feature set
in the future.Installation
------------The Rust ecosystem uses [Cargo](https://crates.io/), as such, you need
both the rust compiler and the cargo crate
(usually part of the compiler toolchain), then issue from within
the cloned repository:```sh
cargo install
```Features/Differences
--------Additonal features compared to [nicklan/pnmixer](https://github.com/nicklan/pnmixer):
* decide whether to unmute or not on explicit volume change
* updates tray icon on icon theme changeRemoved features:
* normalize volume
* slider orientation of volume popup
* settings for displaying text volume on volume popup
* gtk+:2 supportDifferences:
* volume slider is shown even when volume is muted
TODO
----- [x] [hotkey support](https://github.com/hasufell/pnmixer-rust/issues/5)
- [ ] [translation](https://github.com/hasufell/pnmixer-rust/issues/4)
- [X] [documentation](https://github.com/hasufell/pnmixer-rust/issues/3)
- [ ] [PulseAudio support](https://github.com/hasufell/pnmixer-rust/issues/11)