mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
original commit
This commit is contained in:
parent
1fd6fd3a43
commit
8dfcd4edee
1 changed files with 38 additions and 0 deletions
38
.conkyrc-pota
Normal file
38
.conkyrc-pota
Normal 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}
|
||||
]];
|
||||
Loading…
Add table
Add a link
Reference in a new issue