Ta mere val

This reverts commit bf14f5ff4a.
This commit is contained in:
AdrienLSH 2024-01-23 09:57:00 +01:00
parent ee0c1ed90d
commit b4f1636323

5
run.sh
View File

@ -1,10 +1,5 @@
#!/bin/bash
mkdir -p '/nfs/homes/'$USER'/.local/share/backgrnd'
cp ''$PWD'/EmojiNerdYellowBackground.jpg' '/nfs/homes/'$USER'/.local/share/backgrnd'
gsettings set org.gnome.desktop.background picture-uri '/nfs/homes/'$USER'/.local/share/backgrnd/EmojiNerdYellowBackground.jpg'
gsettings set org.gnome.desktop.background picture-uri-dark '/nfs/homes/'$USER'/.local/share/backgrnd/EmojiNerdYellowBackground.jpg'
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt