From 775c5089fec308451eb58226323585caf5691afe Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 19 Sep 2021 17:01:06 +0200 Subject: [PATCH] Updated README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 56da655..a5ec404 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Volumectl A small script that bundles volume control and dunst notification. Intended to be used either on command line or for keyboard shortcuts. +Here below is a demonstration of how it works when pressing the volume and mute +keys. The behaviour of the notification is the same if the script was executed +from the terminal. ![demo](./volumectl_demo.gif) ## Installation @@ -72,4 +75,19 @@ chmod +x $HOME/.local/bin/volumectl ``` +## Usage + +To use the script, simply execute the `volumectl` with the flag you want, +example: +```bash +volumectl -i +``` + +### Possible flags +(You can find all the information below by doing `volumectl -h`) + +|Flag|Usage| +|----|-----| +|`-i`
`-i arg`| increases the volume by the "normal" amount (5%) or by the +`arg` amount |