refactor(branding): rename project to LockScreenWallpaper across repo

Standardize branding by renaming Wechselbild to LockScreenWallpaper.
This updates UI strings, configs, and plugin metadata for consistency.

- Rename branding across UI, docs, and config in the repo
- Update Android UI strings and notification titles to LockScreenWallpaper
This commit is contained in:
Christoph Brandau
2026-08-20 18:00:48 +02:00
parent 2a85d5f622
commit 734c757c67
20 changed files with 41 additions and 41 deletions
+11 -11
View File
@@ -1662,6 +1662,17 @@ dependencies = [
"scopeguard",
]
[[package]]
name = "lockscreenwallpaper"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-wallpaper",
]
[[package]]
name = "log"
version = "0.4.33"
@@ -3864,17 +3875,6 @@ dependencies = [
"windows-core 0.61.2",
]
[[package]]
name = "wechselbild"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-wallpaper",
]
[[package]]
name = "winapi"
version = "0.3.9"