You are not logged in.

#1 2024-10-01 10:55:53

Breizh29
Member
Registered: 2021-08-04
Posts: 74

[Solved] Conky error

Hello

I have an error with Conky and I don't see where the problem is.
I have the same Conky running without problems under Archlinux on another machine!

If a charitable soul sees the problem, I'm interested. Thanks in advance.

 cd .conky
 ~/.conky 
 ./conky-startup.sh
conky: Syntax error (/home/armand/.config/conky/conky.date.conf:3: unexpected symbol near '<\194>') while reading config file. 
conky: Assuming it's in old syntax and attempting conversion.
conky: [string "..."]:148: attempt to index a nil value (local 'settings')
 ~/.conky 

nano ./conky-startup.sh  
sleep 5s
conky -d -c "/home/armand/.config/conky/conky.date.conf"

nano /home/armand/.config/conky/conky.date.conf           
conky.config={
   alignment='top_right',
   background=false,
   border_width=0.5,
   cpu_avg_samples=4,
   default_color='white',
   default_outline_color='grey',
   default_shade_color='black',
   draw_borders=true,
   draw_graph_borders=true,
   draw_outline=false,
   draw_shades=false,
   use_xft=true,
   font='DejaVu Sans Mono:size=10',
   gap_x=5,
   gap_y=40,
   minimum_height=5,
   minimum_width=5,
   net_avg_samples=2,
   double_buffer=true,
   out_to_console=false,
   out_to_stderr=false,
   extra_newline=false,
   own_window=true,
   own_window_colour='000000',
   own_window_class='Conky',
   own_window_argb_visual=true,
   own_window_argb_value=0,
   own_window_transparent=true,
   own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager',
   stippled_borders=0,
   update_interval=1.0,
   uppercase=false,
   use_spacer='none',
   show_graph_scale=false,
   show_graph_range=false
}
conky.text=[[
${font DejaVu Sans Mono:size=30}${color white}${time %A %e %B %Y}
]];

Last edited by Breizh29 (2024-10-02 04:48:12)

Offline

#2 2024-10-01 12:23:22

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,805

Re: [Solved] Conky error

cat /home/armand/.config/conky/conky.date.conf | curl -F 'file=@-' 0x0.st

The config isn't in old syntax, there's probably some strace stray carriage return or so.

Edit: jeez…

Last edited by seth (2024-10-02 07:14:50)

Offline

#3 2024-10-02 04:41:19

Breizh29
Member
Registered: 2021-08-04
Posts: 74

Re: [Solved] Conky error

Exactly. Thank you very much for this terminal command

Offline

Board footer

Powered by FluxBB