From fecbf2ab46eb08d84bc7ef0e1339275784edf522 Mon Sep 17 00:00:00 2001 From: punix Date: Mon, 28 Oct 2024 07:14:39 +0100 Subject: [PATCH] - 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 --- open_gitea.py | 5 +++++ settings.conf | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100755 open_gitea.py create mode 100644 settings.conf diff --git a/open_gitea.py b/open_gitea.py new file mode 100755 index 0000000..4fdbad1 --- /dev/null +++ b/open_gitea.py @@ -0,0 +1,5 @@ +#!/usr/bin/python3 + +import webbrowser + +webbrowser.open('https://git.ilunix.de/punix/Wire-Py') \ No newline at end of file diff --git a/settings.conf b/settings.conf new file mode 100644 index 0000000..c0aaccd --- /dev/null +++ b/settings.conf @@ -0,0 +1,8 @@ +[UPDATES] +on +[THEME] +light +[TOOLTIP] +True +[AUTOSTART ON] +off