remove config garbage
This commit is contained in:
parent
82612a3f2c
commit
981d1b2024
1 changed files with 6 additions and 22 deletions
28
jinx.conky
28
jinx.conky
|
|
@ -1,27 +1,11 @@
|
||||||
conky.config = {
|
conky.config = {
|
||||||
out_to_x=false,
|
-- out_to_x = false,
|
||||||
out_to_ncurses=true,
|
out_to_ncurses = true,
|
||||||
out_to_console=false,
|
out_to_console = false,
|
||||||
background = false,
|
update_interval = 1,
|
||||||
update_interval = 2,
|
|
||||||
imlib_cache_size = 0,
|
|
||||||
total_run_times = 0,
|
total_run_times = 0,
|
||||||
double_buffer = true,
|
-- console_bar_fill = "#",
|
||||||
minimum_width = 225,
|
-- console_bar_unfil = "_"
|
||||||
draw_shades = false,
|
|
||||||
draw_outline = false,
|
|
||||||
draw_borders = false,
|
|
||||||
draw_graph_borders = true,
|
|
||||||
default_color = '#101010',
|
|
||||||
default_shade_color = '#101010',
|
|
||||||
default_outline_color = 'green',
|
|
||||||
gap_x = 600,
|
|
||||||
gap_y = 200,
|
|
||||||
no_buffers = true,
|
|
||||||
cpu_avg_samples = 1,
|
|
||||||
uppercase = false,
|
|
||||||
border_inner_margin = 15,
|
|
||||||
lua_load = "./conky-curse.lua"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
-- ncurses only the following colors are supported: red,green,yellow,blue,magenta,cyan,black,white.
|
-- ncurses only the following colors are supported: red,green,yellow,blue,magenta,cyan,black,white.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue