Murzchnvok / polybar-collection

Beautiful collection of Polybar themes
824 stars 47 forks source link

error: Invalid include file "/home/sylvester/polybar-collection/dracula/include-modules.ini" defined on line 4 #1

Closed sylvesterroos closed 3 years ago

sylvesterroos commented 3 years ago

Im getting this issue with all of the different configs. Am I doing something wrong?

Murzchnvok commented 3 years ago

You need to move or create a symlink of the polybar-collection folder in the $HOME folder. It should be something like this:

Easier way:

-> cd $HOME
-> git clone https://github.com/Murzchnvok/polybar-collection.git

If you already have the polybar-collection folder you could just create a symlink:

-> ln -s "$HOME/Projects/polybar-collection" "$HOME/polybar-collection"
sylvesterroos commented 3 years ago

Thanks, it's launching now. I have one more problem however (don't mind the modules not loading, I'm going to try to fix that when I get home). The weather script doesn't seem to be working. Is there a way for me to maybe paste a log file of the script? Thanks in advance

image

Murzchnvok commented 3 years ago

You need to install pip3, and then install colored:

-> sudo apt install python3-pip
-> pip3 install --user colored