mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-11 10:38:12 +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:
parent
e5e9e43e40
commit
2a0d2a741a
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user