material color generation: use aur pkg, change shebang

This commit is contained in:
end-4
2024-03-19 10:16:47 +07:00
parent 2a2d9f001a
commit 5ad817ff34
4 changed files with 2 additions and 16 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ tinyxml2 gtkmm3 gtksourceviewmm cairomm
### Python
# Add `python-setuptools-scm` and `python-wheel` explicitly to fix #197
python-build python-material-color-utilities python-pillow python-poetry python-pywal python-setuptools-scm python-wheel
python-build python-material-color-utilities python-materialyoucolor-git python-pillow python-poetry python-pywal python-setuptools-scm python-wheel
### Basic graphic env
hyprland-git xorg-xrandr
-7
View File
@@ -101,10 +101,3 @@ install-MicroTeX (){
x sudo cp ./LaTeX /usr/local/bin/
x cd $base
}
install-materialyoucolors () {
x sudo python -m venv /opt/materialyoucolor
x source /opt/materialyoucolor/bin/activate
x sudo pip install material-color-utilities-python materialyoucolor
x deactivate
}