https://github.com/testertech/rice-i3-from-scratch-pywal
Code for the YT video: https://youtu.be/NZZg76LBbbA and https://youtu.be/uv2HUeRQJmI
https://github.com/testertech/rice-i3-from-scratch-pywal
Last synced: 3 months ago
JSON representation
Code for the YT video: https://youtu.be/NZZg76LBbbA and https://youtu.be/uv2HUeRQJmI
- Host: GitHub
- URL: https://github.com/testertech/rice-i3-from-scratch-pywal
- Owner: TesterTech
- Created: 2022-12-17T19:10:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T12:44:53.000Z (over 1 year ago)
- Last Synced: 2024-12-05T16:16:59.219Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rice-i3-from-scratch-pywal
Code for the YT videos:
- https://youtu.be/NZZg76LBbbA
- https://youtu.be/uv2HUeRQJmI
- https://youtu.be/eAWUwa2xqwA## required software
- i3-gaps (FYI: used regolith for Ubuntu for this video)
- Python 3
- Rofi
- Dunst
- Polybar
- imagemagick
- pywal (after install, make sure to put ~/.local/bin on your path!) [pywal16](https://github.com/eylles/pywal16)## references
- Original wiki article https://github.com/Airblader/i3/wiki/Building-from-source
- https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Iosevka### Note
- The dirs with prefixed ```dot_``` in the name refer to the hidden dirs ```.config``` and ```.local``` in your home directory.