Closed raven2cz closed 3 years ago
Can't promise anything, sorry. When I find the time.
I can help. But I don't understand one important point of your installation process.
I tried to make some changes to volctl/osd.py
call sudo ./setup.py install
. But the volctl
is still doesn't change. It is still installed version from aur.
I tried to delete /usr/bin/volctl
and call setup.py
again. the volctl
is installed to bin, but still the previous version is called.
I tried to check what is volctl
and it's some script which call volctl, but it seems that volctl
is installed by python with pip, or? And there is still previous version?
I need to explain how to correctly replace patched volctl version. Thx.
You'd want to use setuptools Development Mode. Combine it with Virtualenv to leave your system untouched.
It's all explained in the README.
The PR added.
The PR added.
Thank for submitted your first PR for volctl!
I'd suggest to do some spec'ing here first, before jumping straight into implementation. I also added a small review for your PR.
The PR corrections are done. If buzz will have time to merge, the issue can be closed.
Hello, very nice small python app!
Can you just improve possibility to show OSD in the center, not in the corner?
_move_to_corner, _move_to_center as additional parameter in the settings?
Thanks!