Conky: Align to only bar, add profile icon
This commit is contained in:
parent
4460311645
commit
b0407aae33
@ -25,13 +25,13 @@ conky.config = {
|
|||||||
color8 = '83a598', -- Blue (CPU)
|
color8 = '83a598', -- Blue (CPU)
|
||||||
color9 = 'd3869b', -- Magenta (Memory)
|
color9 = 'd3869b', -- Magenta (Memory)
|
||||||
|
|
||||||
alignment = 'top_right',
|
alignment = 'bottom_right',
|
||||||
xinerama_head = 0,
|
xinerama_head = 0,
|
||||||
minimum_height = 300,
|
minimum_height = 300,
|
||||||
minimum_width = 304,
|
minimum_width = 304,
|
||||||
border_width = 6,
|
border_width = 6,
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
gap_y = 30,
|
gap_y = 64,
|
||||||
|
|
||||||
show_graph_scale = true,
|
show_graph_scale = true,
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
@ -42,7 +42,7 @@ conky.config = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${font Roboto:style=Medium:size=30}$alignr$nodename_short$font
|
${image ~/.face -s 64x64}${font Roboto:style=Medium:size=30}$alignr$nodename_short$font
|
||||||
${font Roboto:style=Light:size=17}$alignr$kernel$font
|
${font Roboto:style=Light:size=17}$alignr$kernel$font
|
||||||
${font Roboto:style=Light:size=12}$alignr$distribution$font
|
${font Roboto:style=Light:size=12}$alignr$distribution$font
|
||||||
${color3}$hr$color
|
${color3}$hr$color
|
||||||
|
Loading…
Reference in New Issue
Block a user