Adjust conky clock config

This commit is contained in:
Talia 2019-09-20 10:32:08 +02:00
parent 7016b00c1e
commit bc2381a650
1 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
conky.config = {
lua_load = '~/.config/conky/conky.lua',
update_interval = 1.5,
update_interval = 1,
cpu_avg_samples = 2,
net_avg_samples = 2,
out_to_console = false,
@ -16,13 +16,12 @@ conky.config = {
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_argb_visual = true,
own_window_argb_value = 0,
--own_window_argb_value = 255,
own_window_type = 'normal',
border_inner_margin = 20,
border_outer_margin = 0,
xinerama_head = 2,
alignment = 'top_left',
gap_x = 80,
gap_x = 40,
gap_y = 280,
draw_shades = false,
draw_outline = false,
@ -38,7 +37,7 @@ conky.config = {
minimum_width = 640,
minimum_height = 0,
color1 = 'white', -- Title
color2 = 'gray', -- Text
color2 = '#ccddee', -- Text
--color3 = '#aa2244', -- Lines
color3 = '#41a3FF', -- Lines
};