From 8ea7b11ebd1aa24bf8e336bf12462bcedcb08e79 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 18 Nov 2010 16:08:24 +0100 Subject: [PATCH] Add out_to_x false to conky_no_x11.conf this way, it will print to console even if conky was configured with X support --- data/conky_no_x11.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/conky_no_x11.conf b/data/conky_no_x11.conf index da5e68eb..82dba694 100644 --- a/data/conky_no_x11.conf +++ b/data/conky_no_x11.conf @@ -1,4 +1,3 @@ -conky.config = { -- Conky, a system monitor, based on torsmo -- Any original torsmo code is licensed under the BSD license @@ -24,6 +23,7 @@ conky.config = { -- along with this program. If not, see . +conky.config = { background = false, cpu_avg_samples = 2, net_avg_samples = 2, @@ -32,7 +32,8 @@ conky.config = { update_interval = 1.0, uppercase = false, use_spacer = 'none', - + out_to_x = false, + out_to_console = true }; conky.text =