new format little fixes icons sort add policy add .desktop File install Part 2

This commit is contained in:
2024-09-17 20:57:11 +02:00
parent f09e6eed0d
commit 80c29c4f11
59 changed files with 223 additions and 115 deletions

View File

@ -2,7 +2,7 @@
from subprocess import check_call
from pathlib import Path
path_to_file = Path.home() / '.config/wire_py/wg_py'
path_to_file = Path('/etc/wire_py/wg_py')
if Path.exists(path_to_file):
a_con = Path.read_text(path_to_file)