summaryrefslogtreecommitdiff
path: root/opt/conky/MAX_SP_20.patch.new
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-22 15:37:47 +0100
committerErich Eckner <git@eckner.net>2016-11-22 15:37:47 +0100
commit092b1c7183bdebe4c9f989f7defeb89e35e5a1fd (patch)
tree68ae2da9b94282cce02b269a110e8962751ce847 /opt/conky/MAX_SP_20.patch.new
parent4a678f5dcccdc5cce98e6f7fd070e00caed2a1da (diff)
downloadcrux-patches-092b1c7183bdebe4c9f989f7defeb89e35e5a1fd.tar.xz
conky: MAX_SP-patch, MAX_SP 10->20
Diffstat (limited to 'opt/conky/MAX_SP_20.patch.new')
-rw-r--r--opt/conky/MAX_SP_20.patch.new11
1 files changed, 11 insertions, 0 deletions
diff --git a/opt/conky/MAX_SP_20.patch.new b/opt/conky/MAX_SP_20.patch.new
new file mode 100644
index 0000000..6e5db89
--- /dev/null
+++ b/opt/conky/MAX_SP_20.patch.new
@@ -0,0 +1,11 @@
+--- a/src/top.h 2012-05-03 23:08:27.000000000 +0200
++++ b/src/top.h 2016-11-22 15:34:06.804553823 +0100
+@@ -78,7 +78,7 @@
+ #define PROCFS_TEMPLATE_MEM "/proc/%d/statm"
+ #define PROCFS_TEMPLATE_IO "/proc/%d/io"
+ #define PROCFS_CMDLINE_TEMPLATE "/proc/%d/cmdline"
+-#define MAX_SP 10 // number of elements to sort
++#define MAX_SP 20 // number of elements to sort
+
+ enum top_field {
+ TOP_CPU,