From 0056c2ad60ac87d2820e927a41119aee9ffd6e20 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 16 Sep 2020 14:53:27 -0500 Subject: [PATCH] Conky: Fix some formatting issues on Wednesday It's really long --- .config/conky/gen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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