Shifted everything a bit
This commit is contained in:
parent
96aee64901
commit
a0f04b4c23
1
Makefile
1
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
|
||||
|
||||
|
|
|
@ -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
|
||||
]]
|
||||
|
|
Loading…
Reference in New Issue