add desktop file
This commit is contained in:
parent
83510d9f01
commit
b6b07dcf4a
9
tromjaro-welcome-app.desktop
Normal file
9
tromjaro-welcome-app.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=TROMjaro Welcome
|
||||
Comment=Customize TROMjaro for you!
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=python /usr/bin/tromjaro-welcome-app
|
||||
Icon=tromjaro-welcome
|
||||
Categories=GTK;Utility;Accessibility;
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import gi
|
||||
import subprocess
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue
Block a user