diff options
| author | Jan T <keppinakki@gmail.com> | 2015-07-26 17:38:37 +0300 |
|---|---|---|
| committer | Jan T <keppinakki@gmail.com> | 2015-07-26 17:38:37 +0300 |
| commit | 7d6351ccd71bf305d9108d207b5f9f1af767d0a9 (patch) | |
| tree | 42be29e0576b8f0d16afc647bd8192ccaf620881 | |
| parent | 3d06da182aa95a561159f42538fa4438604c0314 (diff) | |
Removed forced 'on_click' behaviour.
| -rw-r--r-- | py3status/modules/volume_status.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/py3status/modules/volume_status.py b/py3status/modules/volume_status.py index 14a92a1..0cad120 100644 --- a/py3status/modules/volume_status.py +++ b/py3status/modules/volume_status.py @@ -129,10 +129,6 @@ class Py3status: } return response - # open alsamixer on click - def on_click(self, i3s_output_list, i3s_config, event): - check_output(["i3-sensible-terminal", "-e", "alsamixer"]) - # test if run directly if __name__ == "__main__": from time import sleep |
