diff options
author | jbjjbjjbj <julianteule@gmail.com> | 2017-01-13 20:02:01 +0100 |
---|---|---|
committer | jbjjbjjbj <julianteule@gmail.com> | 2017-01-13 20:02:01 +0100 |
commit | 70b65b88ac2119600b68e1a75e3053459d171764 (patch) | |
tree | c013223d81f30bdcdebe44ffe05bba30eb5cfb58 /Scripts/volume-change.py | |
parent | 9394dfc3c3e6cf07e6bdf08aaa663bc1063265e6 (diff) |
Added new scripts
Diffstat (limited to 'Scripts/volume-change.py')
-rwxr-xr-x | Scripts/volume-change.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Scripts/volume-change.py b/Scripts/volume-change.py index 64d578a..d279ce6 100755 --- a/Scripts/volume-change.py +++ b/Scripts/volume-change.py @@ -8,6 +8,8 @@ # # Requires: python3 and python-dbus (on Arch) or python3-dbus # (on Debian) or equivalent +# +# Git link: https://github.com/garrett92895/gnome-volume-step-osd import dbus import sys from subprocess import getoutput |