1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 11:12:21 +00:00

Update default config.

This commit is contained in:
Brenden Matthews 2018-12-09 17:35:45 -05:00
parent 3600570667
commit 155563a446
No known key found for this signature in database
GPG Key ID: 60FBD122E62B0D30

View File

@ -29,7 +29,7 @@ conky.config = {
background = false,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
draw_borders = false,
@ -41,11 +41,13 @@ conky.config = {
gap_x = 5,
gap_y = 60,
minimum_height = 5,
minimum_width = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_ncurses = false,
out_to_stderr = false,
out_to_x = true,
extra_newline = false,
own_window = true,
own_window_class = 'Conky',