summaryrefslogtreecommitdiffstats
path: root/desktop/quickswitch-i3/13_py_message.patch
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-05-02 15:59:33 +0200
committer Willy Sudiarto Raharjo2014-05-02 15:59:33 +0200
commitd3ca46e662ef63d7b7ebeaf6bbd9f00ebaeadf92 (patch)
treee9fcc2e9caf0c98c2ffabac792f4e9c56b21ad9f /desktop/quickswitch-i3/13_py_message.patch
parent7b6dee361add936dd45d5870d0fc7637d50a5a23 (diff)
downloadslackbuilds-d3ca46e662ef63d7b7ebeaf6bbd9f00ebaeadf92.tar.gz
desktop/quickswitch-i3: Added (utility for i3 wm).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/quickswitch-i3/13_py_message.patch')
-rw-r--r--desktop/quickswitch-i3/13_py_message.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop/quickswitch-i3/13_py_message.patch b/desktop/quickswitch-i3/13_py_message.patch
new file mode 100644
index 0000000000..8964a427dd
--- /dev/null
+++ b/desktop/quickswitch-i3/13_py_message.patch
@@ -0,0 +1,17 @@
+--- quickswitch-i3-2.1/quickswitch.original.py 2014-05-02 13:32:46.939145487 +0300
++++ quickswitch-i3-2.1/quickswitch.py 2014-05-02 13:41:20.155729397 +0300
+@@ -30,8 +30,13 @@
+ try:
+ import i3
+ except ImportError:
++ print("")
++ print("----------------------------------------------------")
+ print("quickswitch requires i3-py.")
+- print("You can install it from the PyPI with ``pip install i3-py''.")
++ print("You can install it from http://slackbuilds.org site")
++ print("or from PyPI with ``pip install i3-py''.")
++ print("----------------------------------------------------")
++ print("")
+ exit(1)
+
+