You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The Noctalia team maintains the source build, project flake, and AUR packages. D
25
25
Every installation needs **greetd** and **D-Bus** on the machine where the greeter runs. The **Polkit daemon and `pkexec`** are optional for login, but required to sync appearance from Noctalia; some distributions package `pkexec` separately.
26
26
27
27
:::note[Sync compatibility]
28
-
Passwordless sync is optional and requires Noctalia Greeter 1.4.0 or newer
28
+
Passwordless sync is optional and requires Noctalia Greeter 1.5.0 or newer
29
29
together with the next Noctalia release after 5.0.1. Current `-git` packages,
30
30
`main` checkouts, or manual builds from current `main` work when both projects
31
31
are up to date. Older and mixed-version combinations continue to use the
Copy file name to clipboardExpand all lines: docs/user/sync.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ sidebar:
10
10
Noctalia Shell can copy its current appearance and monitor arrangement to the login screen. Install both **Noctalia** and **Noctalia Greeter**, including the packaged apply helper and Polkit action.
11
11
12
12
:::caution[Passwordless version requirement]
13
-
Passwordless sync requires **Noctalia Greeter 1.4.0 or newer** together with
13
+
Passwordless sync requires **Noctalia Greeter 1.5.0 or newer** together with
14
14
**the next Noctalia release after 5.0.1**. Current `-git` packages or current
15
15
manual builds from `main` also work when both components are up to date.
16
16
@@ -73,12 +73,12 @@ When the same value exists in both files, `greeter.toml` wins. In particular, a
73
73
74
74
With a current Shell and greeter:
75
75
76
-
| On disk / in config | Purpose |
77
-
|---------------------|---------|
78
-
|`wallpaper` / `wallpaper.<ext>` and `[appearance.wallpaper]`| Default image or fallback |
79
-
|`wallpaper-<connector>.*` and `[appearance.wallpapers.<connector>]`| Per-output wallpaper, such as `DP-2`|
80
-
|`[appearance.palette]`, `theme_mode`, `corner_radius_scale`, `font_family`| Synced colors and UI styling |
Each greeter view uses the wallpaper for its connector when one exists, then falls back to `[appearance.wallpaper]`. A connector pinned with `[output].name` uses its matching entry. See [Displays](displays.md) for connector and layout settings.
0 commit comments