Thank you for the reply!
It is telling me this
Conky: invalid configuration file '/home/delicious/.conkyrc'
EDIT: As I mentioned i cant really see the file in my home folder, but this is what it says when i look at the file in the zip that i extracted there.
- Code: Select all
use_xft yes
xftfont 123:size=8
xftalpha 0.1
update_interval 3
total_run_times 0
own_window yes
own_window_type widget
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 300 100
maximum_width 1280
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders no
default_color e0e0e0
default_shade_color black
default_outline_color green
alignment bottom_left
gap_x 35
gap_y 75
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer right
TEXT
${voffset 10}${color #dddddd}${font Ubuntu:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color #FCD97B}${font Ubuntu:pixelsize=42}${time %d}${voffset -14}${color #dddddd}${font Ubuntu:pixelsize=22} ${time %B} ${time %Y}${font}${voffset 24}${font Ubuntu:pixelsize=58}${offset -165}${time %A}${font}
${voffset -2}${offset 12}${font Ubuntu:pixelsize=10}${color #FCD97B}HD ${offset 5}$color${fs_free /home} / ${fs_size /home}${offset 15}${color #FCD97B}RAM ${offset 5}$color$mem / $memmax${offset 15}${color #FCD97B}CPU ${offset 5}$color${cpu cpu0}%${offset 15}${color #FCD97B}DOWN$color${offset 5}${if_existing /proc/net/route eth1}${downspeed eth1}${else}${if_existing /proc/net/route wlan0}${downspeed wlan0}${else}${if_existing /proc/net/route eth0}${downspeed eth0}${endif}${endif}${endif}${offset 15}${color #FCD97B}UP$color${offset 5}${if_existing /proc/net/route eth1}${upspeed eth1}${else}${if_existing /proc/net/route wlan0}${upspeed wlan0}${else}${if_existing /proc/net/route eth0}${upspeed eth0}${endif}${endif}${endif}
EDIT 2:
I was looking at youtube videos and something said to go to terminal and type gedit ~/.conkyrc so i did, but it was blank. I just copied and pasted the above code and it worked! - kinda.....
Nots like cut off som im just trying to mess around with some of the numbers, but i have absolutely no idea what im doing.
ive been messing with the -84 offset up to like. 110 right now i think and i can see almost everything, but its like too condensed? .
the #s on the time are cut off and the computer information is in the mmiddle of the numbers.
So my new question is any help there, and to get it to be non military time display if possible. and to negate a 01:12 or something if it does that just so it says 1:12pm.
And lastly some weather widget to go along with it with todays forecast? i can figure out the location code i think. I remember doing that once with LM12 in the top bar thing.