From 789c82942e1101d3d434bf9b0d948ce24b579ef9 Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 4 Jul 2019 22:37:37 +0100 Subject: [PATCH] update --- conky-htop.conf | 2 +- conky-short.conf | 27 ++++++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/conky-htop.conf b/conky-htop.conf index 273694f..482a302 100644 --- a/conky-htop.conf +++ b/conky-htop.conf @@ -63,7 +63,7 @@ conky.config = { own_window_transparent = true, short_units = true, stippled_borders = 0, - update_interval = 1.0, + update_interval = 3.0, uppercase = false, use_spacer = 'left', show_graph_scale = false, diff --git a/conky-short.conf b/conky-short.conf index e226c90..44ffde1 100644 --- a/conky-short.conf +++ b/conky-short.conf @@ -27,20 +27,20 @@ along with this program. If not, see . conky.config = { lua_load = '~/.config/conky/functions.lua', xinerama_head=1, - alignment = 'tr', + alignment = 'top_left', background = false, border_width = 1, cpu_avg_samples = 2, - default_color = '917c7c', + default_color = '544647', default_outline_color = '000000', - default_shade_color = 'white', + default_shade_color = '000000', draw_borders = false, draw_graph_borders = true, - draw_outline = false, - draw_shades = false, + draw_outline = true, + draw_shades = true, use_xft = true, font = 'xos4 Terminus:size=22', - gap_x = 6, + gap_x = 12, gap_y = 125, net_avg_samples = 2, double_buffer = true, @@ -58,23 +58,20 @@ conky.config = { stippled_borders = 0, update_interval = 1.0, uppercase = false, - use_spacer = 'none', + use_spacer = 'left', + pad_pecents = 3, show_graph_scale = false, show_graph_range = false } conky.text = [[ -${lua_parse pad 0 6 $mem}\ $mem\ - \ -${lua_parse pad 0 6 ${upspeed enp3s0}}\ + \ ${upspeed enp3s0}\ - \ -${lua_parse pad 0 6 ${downspeed enp3s0}}\ + \ ${downspeed enp3s0}\ - \ -${lua_parse pad 0 3 ${cpu}}\ -$cpu% \ + \ +${cpu}%\ ]] -- vim: set filetype=lua: