From b0125ec2698e85ed3a3e337087e4f6801c55a695 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 20 Aug 2018 00:49:04 -0500 Subject: [PATCH] Conky: Show the date again Forgot to port that over when I baleeted the secondary bar --- .config/conky/primary.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/conky/primary.conf b/.config/conky/primary.conf index 311438bd..2ff9e891 100644 --- a/.config/conky/primary.conf +++ b/.config/conky/primary.conf @@ -42,8 +42,8 @@ conky.config = { conky.text = [[ ${image ~/.face -s 64x64}${font Inconsolata:style=Medium:size=30}$alignr${no_update $nodename_short}$font -${font Inconsolata:style=Light:size=17}$alignr${no_update $kernel}$font -${font Inconsolata:style=Light:size=12}$alignr${no_update $distribution}$font +${font Inconsolata:style=Light:size=17}$alignr${time %I:%M %p}$font +${font Inconsolata:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font ${color3}$hr$color ${font Inconsolata:style=Medium:size=10}CPU$font: $freq_g GHz$alignr$cpu% ${color8}${cpugraph cpu1 30,200} ${cpugraph cpu2 30,200}