stav121 / i3wm-themer

🎨 Theme collection manager for i3-wm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Things I had to do

neuro-sys opened this issue · comments

Although these are obvious and easy things to do, just in case someone else needs.

  • Copy the file /usr/share/doc/polybar/config into /home/$USER/.config/polybar/config
  • Change i3-config in config.yaml to /home/$USER/.config/i3/config
  • Install yaourt (I use packer)
  • Install nitrogen with pacman
  • Install i3-gaps
  • Install rofi (I used dmenu)

That's nice to have here. I will work on different requirement script for every distro (any help is welcome) to avoid some issues with packages.

Although, the first one is totally on Polybar, I think it should auto install the default config when you install the package.
The second one is mentioned in the read me that you should add your own path of the config files.

But anyways, there are still things that need to be done to make this project easier and more automated to use.

I had to install nerd-fonts-complete via aur package.
https://aur.archlinux.org/packages/nerd-fonts-complete
yaourt kept giving write errors

commented

On my side I had to make sure not to install via sudo pip install etc... as well or my pacman will break :)