Skip to content

Instantly share code, notes, and snippets.

@Visgean
Created February 9, 2017 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Visgean/23aead6596ce96b89cb29fdf933c4fae to your computer and use it in GitHub Desktop.
Save Visgean/23aead6596ce96b89cb29fdf933c4fae to your computer and use it in GitHub Desktop.
conky.config = {
alignment = 'top_right',
background = false,
border_width = 1,
cpu_avg_samples = 2,
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 = 5,
gap_y = 60,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
own_window_class = 'Conky',
own_window_argb_visual = true,
own_window_argb_value=0,
own_window_type='dock',
own_window=true,
own_window_transparent=true,
own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager',
stippled_borders = 0,
update_interval = 5.0,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false
}
conky.text = [[
Calendar
$hr
${execpi 300 gcalcli --military --conky agenda "now" "now + 24h"}
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment