- Add Autoconnect settings to settings.conf

- Add run_as Bash script and open_gitea.py python script
- Add Tooltip disable/enable
- Rename settings to settings.conf for theme, updates and tooltip enable in one file
This commit is contained in:
Désiré Werner Menrath 2024-10-28 07:14:39 +01:00
parent 9d44e7ab42
commit fecbf2ab46
2 changed files with 13 additions and 0 deletions

5
open_gitea.py Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/python3
import webbrowser
webbrowser.open('https://git.ilunix.de/punix/Wire-Py')

8
settings.conf Normal file
View File

@ -0,0 +1,8 @@
[UPDATES]
on
[THEME]
light
[TOOLTIP]
True
[AUTOSTART ON]
off