Project

volay

0.0
No commit activity in last 3 years
No release in over 3 years
Really simple volume system tray written in ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.20
~> 2.0
~> 0.8
~> 12.3
~> 3.8
~> 0.69
~> 0.16

Runtime

~> 3.2
~> 3.2
 Project Readme

Volay, the Volume System Tray

Build Status

Requirements

  • Ruby 2.3 or newer

Installation

From Rubygems:

$ gem install volay

From Github:

$ git clone https://github.com/PierreRambaud/volay.git
$ cd volay
$ bundle install
$ bundle exec rake install

Usage

$ volay -h
Volay, the Volume System Tray.
    -d, --down PERCENT               Down volume
    -l, --log_level LEVEL            Set the log level (debug, info, warn, error, fatal)
    -m, --toggle-mute                Toggle mute
    -u, --up PERCENT                 Up volume
    -h, --help                       Show this message

If no arguments are passed, the Gtk app is launched.

Running tests

To run unit tests: $ bundle exec rake spec

To check code style: $ bundle exec rake rubocop

To run all tests: $ bundle exec rake

License

See LICENSE file