-
Notifications
You must be signed in to change notification settings - Fork 7
/
fortune_rc
46 lines (42 loc) · 1.09 KB
/
fortune_rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
conky.config = {
background = false,
font = 'sans:size=10',
--xftfont sans:size=10
use_xft = true,
xftalpha = 0.9,
update_interval = 2,
imlib_cache_size = 0,
total_run_times = 0,
own_window = true,
own_window_type = 'dock',
--own_window_transparent yes
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_argb_visual = true,
own_window_argb_value = 180,
own_window_colour = '#224466',
double_buffer = true,
minimum_width = 700, minimum_height = 100,
maximum_size = '700 100',
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = true,
default_color = '#101010',
default_shade_color = '#101010',
default_outline_color = 'green',
alignment = 'top_left',
gap_x = 320,
gap_y = 40,
no_buffers = true,
cpu_avg_samples = 1,
uppercase = false,
border_inner_margin = 15,
--colors
color1 = '#96A0DF',
color2 = '#aaa',
color3 = '#ddd',
};
conky.text = [[
${color1}${font Oswald:size=10:bold}FORTUNE ${color2} ${hr 2}
${color3}${font Open Sans:size=10}${execi 100 fortune -s -n 120 wisdom linux computers science | fmt -w 160}
]];