Conky: Tweak borders and margins
This commit is contained in:
parent
4ee62d5e71
commit
869e3b0fd4
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user