aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xmms2_controls/playing-status
diff options
context:
space:
mode:
authorvg <vg@devys.org>2018-12-07 11:16:53 +0100
committervg <vg@devys.org>2018-12-07 11:16:53 +0100
commit165f06e419fe6987f9ae8b01ab6ec99098560600 (patch)
tree3fe1eba9dd307b3f233ab1a21af2dcb9b9480c35 /scripts/xmms2_controls/playing-status
parent23253ce0b022470a047eb6b512fb85beaf884388 (diff)
downloadscripts-165f06e419fe6987f9ae8b01ab6ec99098560600.tar.gz
scripts-165f06e419fe6987f9ae8b01ab6ec99098560600.tar.bz2
scripts-165f06e419fe6987f9ae8b01ab6ec99098560600.zip
add xmms2_controls for historic puposes since I don't use it anymore
Diffstat (limited to 'scripts/xmms2_controls/playing-status')
-rwxr-xr-xscripts/xmms2_controls/playing-status7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/xmms2_controls/playing-status b/scripts/xmms2_controls/playing-status
new file mode 100755
index 0000000..456d4cc
--- /dev/null
+++ b/scripts/xmms2_controls/playing-status
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# this wrapper is needed, since inside awesome environment, python does not
+# know how to encode output (sys.stdout.encoding is None and defaults to
+# ascii).
+PYTHONIOENCODING=utf-8 python ~/bin/xmms2-status
+