-
Notifications
You must be signed in to change notification settings - Fork 0
/
conky_world_population.conf
52 lines (50 loc) · 1.25 KB
/
conky_world_population.conf
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
47
48
49
50
51
52
-- vim:ft=lua
conky.config = {
disable_auto_reload = true,
update_interval = 1800,
--out_to_console = true,
--out_to_stderr = false,
alignment = 'bottom_left',
gap_x = 250,
gap_y = 120,
font = 'Hack:size=8',
use_xft = true,
cpu_avg_samples = 2,
double_buffer = true,
draw_shades = false,
--draw_borders = true,
--draw_graph_borders = false,
--draw_outline = false,
--border_width = 0,
border_inner_margin = 0,
--border_outer_margin = 0,
--stippled_borders = 0,
own_window = true,
own_window_class = 'conky_world_population',
own_window_transparent = true,
own_window_type = 'override',
--own_window_colour = '#002B36',
--background = true,
default_color = '#eee8d5', -- white
color0 = '#002b36', -- black
color1 = '#dc322f', -- red
color2 = '#859900', -- green
color3 = '#b58900', -- yellow
color4 = '#268bd2', -- blue
color5 = '#d33682', -- magenta
color6 = '#2aa198', -- cyan
color7 = '#93a1a1', -- white2
color8 = '#657b83', -- white3
color9 = '#586e75', -- white4
--text_buffer_size = 256,
--uppercase = false,
--use_spacer = 'none',
--show_graph_scale = false,
--show_graph_range = false,
--net_avg_samples = 2,
--no_buffers = true,
--extra_newline = false,
}
conky.text = [[
${execp ~/.config/conky/world_population.lua}
]]