You are not logged in.
Pages: 1
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
cat /home/armand/.config/conky/conky.date.conf | curl -F 'file=@-' 0x0.stThe 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
Exactly. Thank you very much for this terminal command
Offline
Pages: 1