Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arctize authored Nov 3, 2020
1 parent a5ef4be commit 8dff0ac
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# barify
Modify volume or brightness and display result as a bar via notifications (either dunst or mako).

### Installation
* Just throw the script somewhere and make sure it's in your $PATH.
* There's also an [AUR package](https://aur.archlinux.org/packages/barify).

Barify automatically uses either [mako](https://github.com/emersion/mako) or [dunst](https://github.com/dunst-project/dunst),
depending on which one it detects as running.

On mako, for now, barify simply kills existing notifications and places a new one, which is admittedly ugly.
This will be fixed as soon as mako supports replacing notifications by their IDs (e.g. https://github.com/emersion/mako/pull/270).

### Usage

Usage: barify MODE ACTION
Modify volume or brightness and indicate level as
a bar via notifications (either dunst or mako).

Example:

barify vol up

Arguments:
MODE:
Volume: volume|vol|v
Brightness: brightness|bright|b
ACTION:
Increase: up|u|inc|i
Decrease: down|dec|d
Mute: mute|m

0 comments on commit 8dff0ac

Please sign in to comment.