Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Julian Ospald c7a200085b Update dependencies and fix build vor 6 Jahren
.travis Fix travis build vor 6 Jahren
data Implement hotkey support and improve error handling vor 6 Jahren
src Update dependencies and fix build vor 6 Jahren
.gitignore Update .gitignore vor 6 Jahren
.travis.yml Fix travis build vor 6 Jahren
COPYING Initial commit vor 6 Jahren
Cargo.toml Update dependencies and fix build vor 6 Jahren
Makefile Initial commit vor 6 Jahren
README.md Add latest version badge vor 6 Jahren
rustfmt.toml Initial commit vor 6 Jahren

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