From c0333b8bd91b164d452e515fb4176089823aa65a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 1 Dec 2020 12:10:20 +0530 Subject: fixed the temperature being blank if weather stat wasn't haze; currently only supports haze and smoke --- lemonbar/ws_button_actions | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 lemonbar/ws_button_actions (limited to 'lemonbar/ws_button_actions') diff --git a/lemonbar/ws_button_actions b/lemonbar/ws_button_actions new file mode 100755 index 00000000..bebf6635 --- /dev/null +++ b/lemonbar/ws_button_actions @@ -0,0 +1,14 @@ +#!/bin/python + +# this script is a somewhat hacky way to switch workspaces +# by clicking the workspaces on the lemonbar +# written by Vidhu Kant Sharma for his herbstluftwm lemonbar +# the output from the launch script should be piped into this + +import os + +print('scripts launched') +while True: + action = input() + + os.system('herbstclient use_index ' + action) -- cgit v1.2.3