Go to file
Julian Ospald 83381a9ffa
Add latest version badge
2017-09-02 01:50:52 +02:00
.travis Fix travis build 2017-07-13 00:48:54 +02:00
data Implement hotkey support and improve error handling 2017-07-16 22:48:55 +02:00
src Revert "Fix build with latest gtk-rs" 2017-09-02 01:18:49 +02:00
.gitignore Update .gitignore 2017-07-19 12:11:49 +02:00
.travis.yml Fix travis build 2017-07-13 00:48:54 +02:00
COPYING Initial commit 2017-07-12 23:01:40 +02:00
Cargo.toml Update package metadata 2017-09-02 01:39:27 +02:00
Makefile Initial commit 2017-07-12 23:01:40 +02:00
README.md Add latest version badge 2017-09-02 01:50:52 +02:00
rustfmt.toml Initial commit 2017-07-12 23:01:40 +02:00

README.md

Latest Version Build Status Join the chat at https://gitter.im/hasufell/pnmixer-rust Documentation (master) License

PNMixer-rs

About

Rewrite of nicklan/pnmixer in Rust.

This is meant as a drop-in replacement, but may diverge in feature set in the future.

Installation

The Rust ecosystem uses Cargo, 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:

cargo install

Features/Differences

Additonal features compared to nicklan/pnmixer:

  • decide whether to unmute or not on explicit volume change
  • updates tray icon on icon theme change

Removed features:

  • normalize volume
  • slider orientation of volume popup
  • settings for displaying text volume on volume popup
  • gtk+:2 support

Differences:

  • volume slider is shown even when volume is muted

TODO