conky.conf: adjust to current setup with Solarized & black bg

This commit is contained in:
Aminda Suomalainen 2020-05-02 16:08:58 +03:00
parent 3a913ae9cf
commit 6837c49c25
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 9 additions and 10 deletions

View File

@ -30,10 +30,10 @@ conky.config = {
background = true,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'white',
draw_borders = false,
default_color = '#dedede',
default_outline_color = '#dedede',
default_shade_color = '#dedede',
draw_borders = true,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
@ -100,5 +100,4 @@ $hr
${color grey}\#Esperanto${color} ${rss https://esperanto.masto.host/tags/esperanto.rss 600 item_titles 1 }
$hr
${color grey}TODO: Get S.M.A.R.T. data here somehow! inxi?${color}
$hr
]]