From: mar77i Date: Tue, 17 Dec 2024 16:22:10 +0000 (+0100) Subject: add desktop file and requirements X-Git-Url: https://git.mar77i.info/?a=commitdiff_plain;h=260a498d31b2e608865dda005e307b4114070cf7;p=zenbook_conf add desktop file and requirements --- diff --git a/Zenbook Settings.desktop b/Zenbook Settings.desktop new file mode 100644 index 0000000..84e9aad --- /dev/null +++ b/Zenbook Settings.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Exec=/home/martti/src/python/zenbook_conf/zenbook_conf.py +X-Environment=VIRTUAL_ENV=/home/martti/src/python/zenbook_conf/venv +Icon=/home/martti/src/python/zenbook_conf/laptop-single.svg + +Name=Zenbook Duo settings diff --git a/laptop-single.svg b/laptop-single.svg new file mode 100644 index 0000000..687d56f --- /dev/null +++ b/laptop-single.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5873083 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pygame==2.6.1