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,
@ -42,16 +42,16 @@ conky.config = {
gap_x = 6,
gap_y = 28,
minimum_height = 5,
minimum_width = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_window_transparent = false,
own_window_argb_visual = true,
own_window_argb_value = 95,
own_window_transparent = false,
own_window_argb_visual = true,
own_window_argb_value = 95,
own_window_class = 'Conky',
own_window_type = 'override',
stippled_borders = 0,
@ -60,7 +60,7 @@ conky.config = {
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false,
double_buffer = true
double_buffer = true
}
conky.text = [[
@ -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
]]