Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- vim: ts=4 sw=4 noet ai cindent syntax=lua
- conky.config = {
- alignment = 'top_right',
- background = true,
- border_width = 1,
- cpu_avg_samples = 4,
- default_color = 'white',
- default_outline_color = 'white',
- default_shade_color = 'white',
- draw_borders = false,
- draw_graph_borders = true,
- draw_outline = false,
- draw_shades = false,
- use_xft = true,
- font = 'DejaVu Sans Mono:size=12',
- gap_x = 1,
- gap_y = 34,
- minimum_height = 5,
- maximum_width = 198,
- minimum_width = 5,
- net_avg_samples = 2,
- no_buffers = true,
- out_to_console = false,
- out_to_stderr = false,
- extra_newline = false,
- own_window = true,
- own_window_class = 'Conky',
- own_window_hints = 'sticky',
- own_window_type = 'desktop',
- stippled_borders = 0,
- update_interval = 10.0,
- uppercase = false,
- use_spacer = 'none',
- show_graph_scale = false,
- show_graph_range = false
- }
- conky.text = [[
- $alignc${exec $HOME/.config/conky/calendar.sh}
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement