original commit

This commit is contained in:
KM4ACK 2023-06-18 14:50:14 -05:00 committed by GitHub
parent 1fd6fd3a43
commit 8dfcd4edee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

38
.conkyrc-pota Normal file
View file

@ -0,0 +1,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}
]];