Conky: Go back to sidebar, change background color

This commit is contained in:
Salt 2018-08-08 16:03:38 -05:00
parent f543fe783f
commit bb23b0b0de

View File

@ -5,7 +5,7 @@ conky.config = {
own_window_title = 'Conky',
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_colour = '282828',
own_window_colour = '1d2021',
double_buffer = true,
cpu_avg_samples = 2,
@ -25,9 +25,9 @@ conky.config = {
color8 = '83a598', -- Blue (CPU)
color9 = 'd3869b', -- Magenta (Memory)
alignment = 'bottom_right',
alignment = 'top_right',
xinerama_head = 2,
minimum_height = 100,
minimum_height = 4000,
minimum_width = 300,
border_width = 6,
gap_x = 10,