aboutsummaryrefslogtreecommitdiff
path: root/lemonbar/button-actions
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-01 12:10:20 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-01 12:10:20 +0530
commitc0333b8bd91b164d452e515fb4176089823aa65a (patch)
tree6f0069a19943daf1bd95f90589b457eb1883e599 /lemonbar/button-actions
parent6c055d89bdfd51eab7ba111a95dd55701d1c9888 (diff)
fixed the temperature being blank if weather stat wasn't haze; currently only supports haze and smoke
Diffstat (limited to 'lemonbar/button-actions')
-rwxr-xr-xlemonbar/button-actions14
1 files changed, 0 insertions, 14 deletions
diff --git a/lemonbar/button-actions b/lemonbar/button-actions
deleted file mode 100755
index bebf6635..00000000
--- a/lemonbar/button-actions
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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)