]> git.mar77i.info Git - zenbook_conf/commitdiff
add desktop file and requirements
authormar77i <mar77i@protonmail.ch>
Tue, 17 Dec 2024 16:22:10 +0000 (17:22 +0100)
committermar77i <mar77i@protonmail.ch>
Tue, 17 Dec 2024 16:22:10 +0000 (17:22 +0100)
Zenbook Settings.desktop [new file with mode: 0644]
laptop-single.svg [new file with mode: 0644]
requirements.txt [new file with mode: 0644]

diff --git a/Zenbook Settings.desktop b/Zenbook Settings.desktop
new file mode 100644 (file)
index 0000000..84e9aad
--- /dev/null
@@ -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 (file)
index 0000000..687d56f
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
+  <defs id="defs3051">
+    <style type="text/css" id="current-color-scheme">.ColorScheme-Text { color: #fcfcfc; } </style>
+  </defs>
+  <path style="fill:currentColor;fill-opacity:1;stroke:none" d="m 2,3 0,1 0,8.1 0,1 4,5 1,0 14.4,0 1,0 -4,-5 0,-1 0,-8.1 0,-1 -1,0 -14.4,0 -1,0 z m 1,1 14.4,0 0,8.1 -14.4,0 0,-8.1 z" id="rect4211" class="ColorScheme-Text"/>
+</svg>
diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..5873083
--- /dev/null
@@ -0,0 +1 @@
+pygame==2.6.1