Material design rewrite

This commit is contained in:
Yura 2024-09-17 22:22:22 +03:00
parent 1ed9209a21
commit 462861790e
449 changed files with 183 additions and 114 deletions
.vscode
kivy_venv
bin
lib/python3.11/site-packages
PIL/__pycache__
BlpImagePlugin.cpython-311.pycBmpImagePlugin.cpython-311.pycBufrStubImagePlugin.cpython-311.pycCurImagePlugin.cpython-311.pycDcxImagePlugin.cpython-311.pycDdsImagePlugin.cpython-311.pycEpsImagePlugin.cpython-311.pycExifTags.cpython-311.pycFitsImagePlugin.cpython-311.pycFliImagePlugin.cpython-311.pycFpxImagePlugin.cpython-311.pycFtexImagePlugin.cpython-311.pycGbrImagePlugin.cpython-311.pycGifImagePlugin.cpython-311.pycGimpGradientFile.cpython-311.pycGimpPaletteFile.cpython-311.pycGribStubImagePlugin.cpython-311.pycHdf5StubImagePlugin.cpython-311.pycIcnsImagePlugin.cpython-311.pycIcoImagePlugin.cpython-311.pycImImagePlugin.cpython-311.pycImage.cpython-311.pycImageChops.cpython-311.pycImageColor.cpython-311.pycImageFile.cpython-311.pycImageMath.cpython-311.pycImageMode.cpython-311.pycImageOps.cpython-311.pycImagePalette.cpython-311.pycImageSequence.cpython-311.pycImtImagePlugin.cpython-311.pycIptcImagePlugin.cpython-311.pycJpeg2KImagePlugin.cpython-311.pycJpegImagePlugin.cpython-311.pycJpegPresets.cpython-311.pycMcIdasImagePlugin.cpython-311.pycMicImagePlugin.cpython-311.pycMpegImagePlugin.cpython-311.pycMpoImagePlugin.cpython-311.pycMspImagePlugin.cpython-311.pycPaletteFile.cpython-311.pycPalmImagePlugin.cpython-311.pycPcdImagePlugin.cpython-311.pycPcxImagePlugin.cpython-311.pycPdfImagePlugin.cpython-311.pycPdfParser.cpython-311.pycPixarImagePlugin.cpython-311.pycPngImagePlugin.cpython-311.pycPpmImagePlugin.cpython-311.pycPsdImagePlugin.cpython-311.pycQoiImagePlugin.cpython-311.pycSgiImagePlugin.cpython-311.pycSpiderImagePlugin.cpython-311.pycSunImagePlugin.cpython-311.pycTgaImagePlugin.cpython-311.pycTiffImagePlugin.cpython-311.pycTiffTags.cpython-311.pycWebPImagePlugin.cpython-311.pycWmfImagePlugin.cpython-311.pycXVThumbImagePlugin.cpython-311.pycXbmImagePlugin.cpython-311.pycXpmImagePlugin.cpython-311.pyc__init__.cpython-311.pyc_binary.cpython-311.pyc_deprecate.cpython-311.pyc_typing.cpython-311.pyc_util.cpython-311.pyc_version.cpython-311.pycfeatures.cpython-311.pyc
__pycache__
_distutils_hack/__pycache__
asynckivy/__pycache__
certifi/__pycache__
charset_normalizer/__pycache__
colorama/__pycache__

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"materialkv.pythonFile": "main.py"
}

View file

@ -38,7 +38,7 @@ deactivate () {
# unset irrelevant variables
deactivate nondestructive
VIRTUAL_ENV="/home/meko/Builds/test-kivy-app/kivy_venv"
VIRTUAL_ENV="/home/meko/builds/test-kivy-app/kivy_venv"
export VIRTUAL_ENV
_OLD_VIRTUAL_PATH="$PATH"

View file

@ -8,7 +8,7 @@ alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PA
# Unset irrelevant variables.
deactivate nondestructive
setenv VIRTUAL_ENV "/home/meko/Builds/test-kivy-app/kivy_venv"
setenv VIRTUAL_ENV "/home/meko/builds/test-kivy-app/kivy_venv"
set _OLD_VIRTUAL_PATH="$PATH"
setenv PATH "$VIRTUAL_ENV/bin:$PATH"

View file

@ -33,7 +33,7 @@ end
# Unset irrelevant variables.
deactivate nondestructive
set -gx VIRTUAL_ENV "/home/meko/Builds/test-kivy-app/kivy_venv"
set -gx VIRTUAL_ENV "/home/meko/builds/test-kivy-app/kivy_venv"
set -gx _OLD_VIRTUAL_PATH $PATH
set -gx PATH "$VIRTUAL_ENV/bin" $PATH

Some files were not shown because too many files have changed in this diff Show more