mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
conky.conf: adjust to current setup with Solarized & black bg
This commit is contained in:
parent
3a913ae9cf
commit
6837c49c25
@ -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
|
||||
]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user