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 = {
|
||||
out_to_x=false,
|
||||
out_to_ncurses=true,
|
||||
out_to_console=false,
|
||||
background = false,
|
||||
update_interval = 2,
|
||||
imlib_cache_size = 0,
|
||||
-- out_to_x = false,
|
||||
out_to_ncurses = true,
|
||||
out_to_console = false,
|
||||
update_interval = 1,
|
||||
total_run_times = 0,
|
||||
double_buffer = true,
|
||||
minimum_width = 225,
|
||||
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"
|
||||
-- console_bar_fill = "#",
|
||||
-- console_bar_unfil = "_"
|
||||
};
|
||||
|
||||
-- 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