summaryrefslogtreecommitdiff
path: root/conky/MAX_SP.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-02-16 10:45:04 +0100
committerErich Eckner <git@eckner.net>2017-02-16 10:45:04 +0100
commitef9b4497d719b5f387dbe81b494940cc2426c3df (patch)
treee6397894f2566e6435befaf68987da8db6785885 /conky/MAX_SP.patch
parent89617cbd1fa25607f37374f16cbf15de17d23f8d (diff)
downloadarchlinuxewe.git.save-ef9b4497d719b5f387dbe81b494940cc2426c3df.tar.xz
conky mit irc neu
Diffstat (limited to 'conky/MAX_SP.patch')
-rw-r--r--conky/MAX_SP.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/conky/MAX_SP.patch b/conky/MAX_SP.patch
new file mode 100644
index 00000000..9c75fbc9
--- /dev/null
+++ b/conky/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 *