diff options
Diffstat (limited to 'conky/test.conf')
| -rw-r--r-- | conky/test.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/conky/test.conf b/conky/test.conf new file mode 100644 index 0000000..27152dd --- /dev/null +++ b/conky/test.conf @@ -0,0 +1,42 @@ +conky.config = { + alignment = 'top_right', + background = false, + border_width = 0, + cpu_avg_samples = 2, + default_color = 'BFDDB2', + default_outline_color = 'white', + default_shade_color = 'white', + double_buffer = true, + draw_borders = false, + draw_graph_borders = true, + draw_outline = false, + draw_shades = false, + extra_newline = false, + font = 'Sarasa Fixed K :size=18', + gap_x = 50, + gap_y = 50, + minimum_height = 5, + minimum_width = 5, + net_avg_samples = 2, + no_buffers = true, + out_to_console = false, + out_to_ncurses = false, + out_to_stderr = false, + out_to_x = true, + own_window = true, + own_window_class = 'Conky', + own_window_type = 'desktop', + own_window = true, + own_window_transparent = true, + own_window_argb_visual = true, + own_window_type = 'desktop', + show_graph_range = false, + show_graph_scale = false, + stippled_borders = 0, + update_interval = 1.0, + uppercase = false, + use_spacer = 'none', + use_xft = true +} +conky.text=[[ +]] |
