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
This commit is contained in:
Pavel Labath
2010-11-18 16:08:24 +01:00
parent 6ee9cbbce6
commit 8ea7b11ebd

View File

@@ -1,4 +1,3 @@
conky.config = {
-- Conky, a system monitor, based on torsmo -- Conky, a system monitor, based on torsmo
-- Any original torsmo code is licensed under the BSD license -- Any original torsmo code is licensed under the BSD license
@@ -24,6 +23,7 @@ conky.config = {
-- along with this program. If not, see <http://www.gnu.org/licenses/>. -- along with this program. If not, see <http://www.gnu.org/licenses/>.
conky.config = {
background = false, background = false,
cpu_avg_samples = 2, cpu_avg_samples = 2,
net_avg_samples = 2, net_avg_samples = 2,
@@ -32,7 +32,8 @@ conky.config = {
update_interval = 1.0, update_interval = 1.0,
uppercase = false, uppercase = false,
use_spacer = 'none', use_spacer = 'none',
out_to_x = false,
out_to_console = true
}; };
conky.text = conky.text =