Go to file
Julian Ospald 4c325b1862
Try to fix travis
2017-07-15 02:09:53 +02:00
data Remove hotkey stuff 2017-07-14 00:31:53 +02:00
src try_er! is obsolete, since it's the same as try_e! 2017-07-15 01:55:45 +02:00
.gitignore Initial commit 2017-07-12 23:01:40 +02:00
.travis.yml Try to fix travis 2017-07-15 02:09:53 +02:00
COPYING Initial commit 2017-07-12 23:01:40 +02:00
Cargo.toml Use lib/bin separation to allow for proper documentation 2017-07-14 17:23:26 +02:00
Makefile Initial commit 2017-07-12 23:01:40 +02:00
README.md Documentation done 2017-07-15 01:38:07 +02:00
rustfmt.toml Initial commit 2017-07-12 23:01:40 +02:00

README.md

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

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

Behavior

Pretty much the same. Differences are:

  • volume slider is shown even when volume is muted

TODO