1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00

Add draw_blended to convert.lua script so that it is converted to boolean properly from old configuration formats. (#689)

This commit is contained in:
Dan McCombs 2018-12-03 15:00:46 -05:00 committed by Brenden Matthews
parent e5e9e43e40
commit 2a0d2a741a

View File

@ -39,7 +39,8 @@ local bool_setting = {
out_to_ncurses = true, out_to_stderr = true, out_to_x = true, override_utf8_locale = true,
own_window = true, own_window_argb_visual = true, own_window_transparent = true,
short_units = true, show_graph_range = true, show_graph_scale = true,
times_in_seconds = true, top_cpu_separate = true, uppercase = true, use_xft = true
times_in_seconds = true, top_cpu_separate = true, uppercase = true, use_xft = true,
draw_blended = true
};
local num_setting = {