summaryrefslogtreecommitdiff
path: root/conky-irc/MAX_SP.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-09 09:20:40 +0200
committerErich Eckner <git@eckner.net>2018-07-09 09:20:40 +0200
commitf9fb1ca05f1a0ce5c76cbafc000f46e67db3b965 (patch)
tree47ee1f01229738324907a74b141d47912baab281 /conky-irc/MAX_SP.patch
parentd1f97e05fea7cec80d1842942ada3e38c96c9c9a (diff)
downloadarchlinuxewe.git.save-f9fb1ca05f1a0ce5c76cbafc000f46e67db3b965.tar.xz
conky -> conky-irc
Diffstat (limited to 'conky-irc/MAX_SP.patch')
-rw-r--r--conky-irc/MAX_SP.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/conky-irc/MAX_SP.patch b/conky-irc/MAX_SP.patch
new file mode 100644
index 00000000..9c75fbc9
--- /dev/null
+++ b/conky-irc/MAX_SP.patch
@@ -0,0 +1,12 @@
+diff -ru3 conky-1.10.1/src/top.h ../conky-1.10.1/src/top.h
+--- conky-1.10.1/src/top.h 2015-11-18 16:47:45.000000000 +0100
++++ ../conky-1.10.1/src/top.h 2015-11-20 20:29:25.993328891 +0100
+@@ -75,7 +75,7 @@
+ * and it'll take me a while to write a replacement. */
+ #define BUFFER_LEN 1024
+
+-#define MAX_SP 10 // number of elements to sort
++#define MAX_SP 20 // number of elements to sort
+
+ /******************************************
+ * Process class *