Conky: Update configs to support multimonitor setup

This commit is contained in:
Salt 2019-03-22 20:14:22 -05:00
parent e1963282fe
commit 68ebc1a732
2 changed files with 3 additions and 3 deletions

View File

@ -19,12 +19,12 @@ conky.config = {
default_color = '#7c818c', default_color = '#7c818c',
alignment = 'bottom_left', alignment = 'bottom_left',
xinerama_head = 2, xinerama_head = 0,
minimum_height = 0, minimum_height = 0,
minimum_width = 304, minimum_width = 304,
border_width = 6, border_width = 6,
gap_x = 10, gap_x = 10,
gap_y = 32, gap_y = 64,
draw_outline = false, draw_outline = false,
draw_shades = false draw_shades = false
} }

View File

@ -32,7 +32,7 @@ conky.config = {
minimum_width = 304, minimum_width = 304,
border_width = 6, border_width = 6,
gap_x = 10, gap_x = 10,
gap_y = 32, gap_y = 64,
format_human_readable = true, format_human_readable = true,
temperature_unit = "celsius", temperature_unit = "celsius",