From a0f04b4c2352a6ffa291e305b2e8cceae9fa3f25 Mon Sep 17 00:00:00 2001 From: hkc Date: Mon, 19 Jun 2023 21:34:54 +0300 Subject: [PATCH] Shifted everything a bit --- Makefile | 1 - conky.conf | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5001823..7f39137 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,4 @@ install: cp -v fonts/* ~/.local/share/fonts/ cp -v images/* ~/.config/conky/images/ cp conky.conf ~/.config/conky/conky.conf - fc-cache -fv diff --git a/conky.conf b/conky.conf index b5e9139..6f205c0 100644 --- a/conky.conf +++ b/conky.conf @@ -58,11 +58,11 @@ ${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} ${goto 80}${voffset -30}${color #6eb5df}${font Dinkie Bitmap:size=12}CPU -${goto 120}${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} +${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} ${goto 80}${voffset -5}${color #6eb5df}${font Dinkie Bitmap:size=12}Memory -${goto 120}${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} +${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} ${goto 80}${voffset -5}${color #6eb5df}${font Dinkie Bitmap:size=12}Used space (/) -${goto 120}${voffset 2}${color #4d23cf}${font Press Start 2P:size=20}${fs_used_perc /}${color #989898}${font Press Start 2P:size=12}/100 +${goto 100}${voffset 2}${color #4d23cf}${font Press Start 2P:size=20}${fs_used_perc /}${color #989898}${font Press Start 2P:size=12}/100 ]]