From 73f3c5561a418bc0730afe15c23c8d1ba03e25d8 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Tue, 22 Nov 2016 09:22:54 +0100 Subject: update --- conky/conkyrc.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conky/conkyrc.txt') diff --git a/conky/conkyrc.txt b/conky/conkyrc.txt index c082053..54ac074 100755 --- a/conky/conkyrc.txt +++ b/conky/conkyrc.txt @@ -27,16 +27,16 @@ conky.config = { default_outline_color ='white', --Default outline colors -- font = 'DejaVu Sans Mono:size=9', --Conky Text Font alignment = 'top_right', --Text alignment - gap_x = 10, --X gap between border of screen and text (same thing as passing -x at command line) - gap_y = 25, --Y gap between border of screen and text (same thing as passing -y at command line) + gap_x = -1262, + gap_y = 120, no_buffers = true, --Subtract file system buffers from used memory? uppercase = false, --Set to True if you want all text to be in uppercase cpu_avg_samples = 2, --Number of cpu samples to average. (set to 1 to disable averaging) net_avg_samples = 2, --Number of net samples to average. (set to 1 to disable averaging) override_utf8_locale = true, --Force UTF8? (Note that UTF8 support requires XFT) use_spacer = 'right', --Add spaces to keep things from moving about? This only affects certain objects. - text_buffer_size = 2048 --Text buffer size - + text_buffer_size = 2048, --Text buffer size + alignment = top_left } -- cgit v1.2.1