Added scripts to run app standalone

This commit is contained in:
Admar Schoonen 2023-08-01 12:10:23 +02:00
parent 5a2fcb10db
commit 5c29619cc9
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=GoodMorningSunshine
Comment=This session will start the GoodMorningSunshine wake up light
Exec=goodmorningsunshine-standalone
TryExec=goodmorningsunshine-standalone
Type=Application

3
goodmorningsunshine-standalone Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd /home/admar/goodmorningsunshine
python3 ./clock.py