update to settings
This commit is contained in:
parent
a9b06f10f9
commit
359a768af7
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ live_config_reload = true
|
|||
[window]
|
||||
|
||||
opacity = 0.8
|
||||
|
||||
dynamic_padding = false
|
||||
padding.x = 20
|
||||
padding.y = 20
|
||||
|
|
|
@ -7,7 +7,7 @@ fi
|
|||
if [ ! -d ".venv" ]; then
|
||||
python3 -m venv .venv
|
||||
fi
|
||||
|
||||
source ./.venv/bin/activate
|
||||
# Überprüfen, ob requirements.txt existiert, wenn nicht, erstelle eine leere Datei
|
||||
if [ ! -f "requirements.txt" ]; then
|
||||
touch requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue