codic12 / worm

A dynamic, tag-based window manager written in Nim
MIT License
716 stars 24 forks source link

Polybar error collects issues #75

Closed nixfreak closed 2 years ago

nixfreak commented 2 years ago

If you're installing polybar using aur.archlinux.org packages make sure to install requests version 2.27.1 using pip install requests==2.27.1 otherwise polybar will fail to build.

Also nim c isn't recognized when using git build. make sure to use choosenim update stable , and or choosenim update devel.

codic12 commented 2 years ago

The polybar issue worm can't do anything about, please report it here: https://aur.archlinux.org/packages/polybar

Also nim c isn't recognized when using git build. make sure to use choosenim update stable , and or choosenim update devel.

Choosenim should prompt you the first time you run the installer to install a Nim compiler.