- 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:
5
open_gitea.py
Executable file
5
open_gitea.py
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
import webbrowser
|
||||||
|
|
||||||
|
webbrowser.open('https://git.ilunix.de/punix/Wire-Py')
|
||||||
8
settings.conf
Normal file
8
settings.conf
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[UPDATES]
|
||||||
|
on
|
||||||
|
[THEME]
|
||||||
|
light
|
||||||
|
[TOOLTIP]
|
||||||
|
True
|
||||||
|
[AUTOSTART ON]
|
||||||
|
off
|
||||||
Reference in New Issue
Block a user