Definition: The %home% indicates a home directory on your computer, usually on the root level. The #index% denotes that you have no directories or files under this path. Use this to access other paths. The %config% is used for the configuration settings and directories for those settings. It's like setting up your computer without having all the hardware functions activated. #3% means the content of a file, usually .txt files in common text documents. %i3blocks.conf% is an .conf file that defines the structure and naming conventions for blocks within a home directory. For example, if you have a home directory "home" with several blocks (1-3) inside it: ``` #index% #3% block 1 # #config# block2.txt #3% block 2 # #config# block3.txt #... ```