Sha256: 451d65c1b76c1e6399efe46f1785325d499bd7ba1c0ae1b95f166dce1afeae16

Contents?: true

Size: 978 Bytes

Versions: 3

Compression:

Stored size: 978 Bytes

Contents

# Volay, the Volume System Tray

[![Build Status](https://travis-ci.org/PierreRambaud/volay.svg)](https://travis-ci.org/PierreRambaud/volay)

## 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

```bash
$ 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](LICENSE) file

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
volay-2.2.0 README.md
volay-2.1.0 README.md
volay-2.0.0 README.md