Conky: Tweak borders and margins

This commit is contained in:
Salt 2019-04-04 01:17:08 -05:00
parent 4ee62d5e71
commit 869e3b0fd4
2 changed files with 9 additions and 2 deletions

View File

@ -22,9 +22,13 @@ conky.config = {
xinerama_head = 0,
minimum_height = 0,
minimum_width = 304,
border_width = 6,
border_width = 0,
border_outer_margin = 1,
border_inner_margin = 16,
gap_x = 10,
gap_y = 32,
draw_borders = true,
draw_outline = false,
draw_shades = false
}

View File

@ -30,7 +30,9 @@ conky.config = {
xinerama_head = 2,
minimum_height = 0,
minimum_width = 304,
border_width = 6,
border_width = 0,
border_outer_margin = 1,
border_inner_margin = 16,
gap_x = 10,
gap_y = 32,
@ -41,6 +43,7 @@ conky.config = {
default_bar_height = 11,
default_bar_width = 130,
default_graph_height = 20,
draw_borders = true,
draw_outline = false,
draw_graph_borders = true,
draw_shades = false