part 1 load data from dictionary works

This commit is contained in:
2025-05-18 12:47:52 +02:00
parent 0c4d000d96
commit d6c20b81f9
6 changed files with 231 additions and 176 deletions

View File

@ -57,13 +57,6 @@ class AppConfig:
"pkey_path": "/usr/local/etc/ssl/pwgk.pem",
}
# Lists of searches
DIRECTORYS: list[str] = [
"/etc/netplan/",
"/etc/NetworkManager/system-connections/",
"/var/lib/NetworkManager/user-connections/",
]
# Images and icons paths
IMAGE_PATHS: Dict[str, str] = {
"icon_vpn": "/usr/share/icons/lx-icons/48/wg_vpn.png",