-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.conkyrc-pota
More file actions
38 lines (36 loc) · 946 Bytes
/
.conkyrc-pota
File metadata and controls
38 lines (36 loc) · 946 Bytes
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
conky.config = {
background = true,
use_xft = true,
font = '123:size=8',
xftalpha = 0.5,
update_interval = 0.5,
total_run_times = 0,
own_window = true,
own_window_type = 'normal',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
double_buffer = true,
minimum_width = 250, minimum_height = 5,
maximum_width = 450,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
default_color = 'gray',
default_shade_color = 'red',
default_outline_color = 'green',
alignment = 'top_middle',
gap_x = 10,
gap_y = 10,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
net_avg_samples = 1,
override_utf8_locale = true,
use_spacer = 'right',
};
conky.text = [[
${voffset 15}
${font Arial:size=30}${color White}${alignc}POTA SPOTS
${font Arial:bold:size=12}${color White}${execi 60 grep SSB /run/user/1000/spots.txt | head -39}
]];