diff options
Diffstat (limited to 'conky/conkyrc.txt')
-rwxr-xr-x | conky/conkyrc.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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 } |