From 7d6351ccd71bf305d9108d207b5f9f1af767d0a9 Mon Sep 17 00:00:00 2001 From: Jan T Date: Sun, 26 Jul 2015 17:38:37 +0300 Subject: Removed forced 'on_click' behaviour. --- py3status/modules/volume_status.py | 4 ---- 1 file changed, 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 -- cgit v1.3