diff --git a/.config/conky/gen.sh b/.config/conky/gen.sh index b82cd7a9..339afa81 100755 --- a/.config/conky/gen.sh +++ b/.config/conky/gen.sh @@ -159,8 +159,8 @@ step_text() { # Header cat <<- 'EOF' >> "$_optout" conky.text = [[ - ${font Roboto:style=Light:size=48}$alignr${time %l:%M %p}$font - ${font Roboto:style=Light:size=24}$alignr${time %A, %B %d, %Y}$font + ${font Roboto:style=Light:size=64}$alignr${time %l:%M %p}$font + ${font Roboto:style=Light:size=18}$alignr${time %A, %B %d, %Y}$font ${font Roboto:style=Light:size=12}${acpitemp}°C$alignr${no_update $nodename_short}$font EOF