Conky troubleshooting
This commit is contained in:
parent
6e9c07fbe2
commit
1e4d2b1006
2 changed files with 5 additions and 12 deletions
|
@ -30,15 +30,15 @@ conky.config = {
|
|||
background = false,
|
||||
border_width = 7,
|
||||
cpu_avg_samples = 2,
|
||||
default_color = 'COLOURTEMPLATE',
|
||||
draw_borders = true,
|
||||
default_color = 'black',
|
||||
draw_borders = false,
|
||||
draw_graph_borders = true,
|
||||
draw_outline = false,
|
||||
draw_shades = false,
|
||||
double_buffer = true,
|
||||
use_xft = true,
|
||||
font = 'InconsolataLGC Nerd Font Mono:size=9',
|
||||
gap_x = 25,
|
||||
gap_x = 30,
|
||||
gap_y = 25,
|
||||
minimum_width = 5,
|
||||
net_avg_samples = 2,
|
||||
|
@ -48,7 +48,7 @@ conky.config = {
|
|||
extra_newline = false,
|
||||
own_window = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_type = 'desktop',
|
||||
own_window_type = 'normal',
|
||||
own_window_transparent = false,
|
||||
own_window_argb_visual = false,
|
||||
own_window_colour = 'white',
|
||||
|
@ -59,11 +59,10 @@ conky.config = {
|
|||
show_graph_scale = false,
|
||||
show_graph_range = false,
|
||||
use_xft = true,
|
||||
color1 = 'black',
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
${color1}Sync
|
||||
Sync
|
||||
${exec command insync get_sync_progress}
|
||||
$hr
|
||||
Calendar
|
Loading…
Add table
Add a link
Reference in a new issue