Conky: Update configs to support multimonitor setup
This commit is contained in:
parent
e1963282fe
commit
68ebc1a732
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user