Fix conky clock preset font & color
This commit is contained in:
parent
33094886d0
commit
c268417481
1 changed files with 2 additions and 4 deletions
|
@ -37,12 +37,10 @@ conky.config = {
|
|||
minimum_width = 640,
|
||||
minimum_height = 0,
|
||||
color1 = 'white', -- Title
|
||||
color2 = '#ccddee', -- Text
|
||||
--color3 = '#aa2244', -- Lines
|
||||
color3 = '#41a3FF', -- Lines
|
||||
color2 = '#FFFFFF', -- Text
|
||||
};
|
||||
conky.text = table.concat({[[
|
||||
${offset 10}${font Quicksand:size=40}${time %H:%M}$font
|
||||
${hr}
|
||||
${alignr}${font Quicsand:size=20}$color2${time %A} ${time %d.%m.%Y}$color
|
||||
${alignr}${font Quicksand:size=20}$color2${time %A} ${time %d.%m.%Y}$color
|
||||
]]}, "\n")
|
||||
|
|
Loading…
Reference in a new issue