all repos

dotfiles @ d5685185d7c04f333ef2b30176e86398203cfeb6

i use rach linux btw

dotfiles/conkyrc (view raw)

1
conky.config = {
2
	background = false,
3
	cpu_avg_samples = 2,
4
	diskio_avg_samples = 10,
5
	double_buffer = true,
6
	if_up_strictness = 'address',
7
	net_avg_samples = 2,
8
	no_buffers = true,
9
	temperature_unit = 'celsius',
10
	text_buffer_size = 2048,
11
	update_interval = 2,
12
	imlib_cache_size = 0,
13
	alignment = 'top_right',
14
	gap_x = 40,
15
	gap_y = 60,
16
	minimum_height = 50,
17
	minimum_width = 200,
18
	maximum_width = 700,
19
	border_inner_margin = 10,
20
	border_outer_margin = 0,
21
	border_width = 0,
22
	default_bar_width = 280,
23
	default_bar_height = 2,
24
	default_gauge_height = 25,
25
	default_gauge_width =40,
26
	default_graph_height = 40,
27
	default_graph_width = 153,
28
	default_shade_color = '#000000',
29
	default_outline_color = '#828282',
30
	draw_borders = false,
31
	draw_graph_borders = true,
32
	draw_shades = false,
33
	draw_outline = false,
34
	stippled_borders = 0,
35
	extra_newline = false,
36
	format_human_readable = true,
37
	font = 'Jatbrains Mono',
38
	max_text_width = 0,
39
	max_user_text = 16384,
40
	override_utf8_locale = true,
41
	short_units = true,
42
	top_name_width = 21,
43
	top_name_verbose = false,
44
	uppercase = false,
45
	use_spacer = 'none',
46
	use_xft = true,
47
	xftalpha = 1,
48
    own_window = true,
49
	own_window_argb_value = 0,
50
	own_window_argb_visual = true,
51
	own_window_class = 'Conky',
52
	own_window_colour = '#000000',
53
	own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
54
	own_window_transparent = yes,
55
	own_window_title = 'Conky',
56
	own_window_type = 'override',
57
    background = no,
58
	default_color = '#FFFFFF',
59
	color1 = '#FFFFFF',
60
    color2 = '#DFDFDF'
61
};
62
63
conky.text = [[
64
${voffset 10}${font Jatbrains Mono:weight=Bold:size=14}${color1}Todo:              ${font Jatbrains Mono:weight=Medium:size=10}${color2}<mod+alt+t>${font}
65
${font Jatbrains Mono:weight=Medium:size=10}${exec cat -n "$HOME/.todo" | fmt -s -w 66}\
66
${color1}
67
${font}
68
]]