diff --git a/conky.conf b/conky.conf index 6f205c0..66384bb 100644 --- a/conky.conf +++ b/conky.conf @@ -46,23 +46,22 @@ conky.config = { update_interval = 1.0, uppercase = false, use_spacer = 'none', - use_xft = true, - lua_load = '~/.config/conky/tools.lua' + use_xft = true } conky.text = [[ -${image ~/.config/conky/window.png -p 0,0} +${image ~/.config/conky/images/window.png -p 0,0} ${voffset -5}${goto 40}${color #4d23cf}Task Manager -${image ~/.config/conky/icon_status_follower.png -p 18,61} +${image ~/.config/conky/images/icon_status_follower.png -p 18,61} ${goto 80}${voffset 15}${color #6eb5df}Screen time ${goto 80}${voffset 2}${color #4d23cf}${font Press Start 2P:size=24}${uptime_short} -${image ~/.config/conky/icon_status_stress.png -p 18,136} +${image ~/.config/conky/images/icon_status_stress.png -p 18,136} ${goto 80}${voffset -30}${color #6eb5df}${font Dinkie Bitmap:size=12}CPU ${goto 100}${voffset 2}${color #4d23cf}${font Press Start 2P:size=20}${cpu}${color #989898}${font Press Start 2P:size=12}/100${goto 250}${voffset -45}${cpugraph 55,130 #6eb4e1 #6eb4e1} -${image ~/.config/conky/icon_status_love.png -p 18,209} +${image ~/.config/conky/images/icon_status_love.png -p 18,209} ${goto 80}${voffset -5}${color #6eb5df}${font Dinkie Bitmap:size=12}Memory ${goto 100}${voffset 2}${color #4d23cf}${font Press Start 2P:size=20}${memperc}${color #989898}${font Press Start 2P:size=12}/100${goto 250}${voffset -45}${memgraph 55,130 #6eb4e1 #6eb4e1} -${image ~/.config/conky/icon_status_yami.png -p 18,282} +${image ~/.config/conky/images/icon_status_yami.png -p 18,282} ${goto 80}${voffset -5}${color #6eb5df}${font Dinkie Bitmap:size=12}Used space (/) ${goto 100}${voffset 2}${color #4d23cf}${font Press Start 2P:size=20}${fs_used_perc /}${color #989898}${font Press Start 2P:size=12}/100 ]]