bib2html.py: Add incollection bibtype
[shutils.git] / dotfiles / conky / dmesg.conkyrc
1 -- vim: ts=4 sw=4 noet ai cindent syntax=lua
2
3 conky.config = {
4 alignment = 'bottom_left',
5 gap_y = 0,
6 maximum_width = 1600,
7
8 update_interval = 2,
9 cpu_avg_samples = 2,
10 net_avg_samples = 2,
11
12 default_color = '444',
13 color0 = '000',
14 color1 = '222',
15
16 draw_shades = false,
17 use_spacer = 'left',
18 top_name_width = 13,
19
20 if_up_strictness = 'address',
21 short_units = true,
22 no_buffers = true,
23
24 double_buffer = true,
25 own_window = true,
26 own_window_class = 'Conky',
27 own_window_type = 'dock',
28 own_window_hints = 'below,undecorated,below,skip_taskbar,sticky,skip_pager',
29 own_window_transparent = true,
30
31 use_xft = true,
32 font = 'Hack:size=8.5',
33 };
34
35 conky.text = [[
36 ${color1}${execi 2 tail -n 14 /tmp/messages}$color
37 ]]