diff options
| author | 八奈見 レイ <rei.tteiimasu@gmail.com> | 2026-03-15 13:02:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 18:32:32 +1100 |
| commit | e3048464218d065aac3d5a2f3a8c307968555118 (patch) | |
| tree | 0fe127a61a147db69ab4bfa33aebefce55ea682d /README.md | |
| parent | media: hide person icon if user pfp is ready (#1213) (diff) | |
| download | caelestia-shell-e3048464218d065aac3d5a2f3a8c307968555118.tar.gz caelestia-shell-e3048464218d065aac3d5a2f3a8c307968555118.tar.bz2 caelestia-shell-e3048464218d065aac3d5a2f3a8c307968555118.zip | |
config: add option to hide notifications on lockscreen (#1211)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -567,7 +567,8 @@ default, you must create it manually. "hiddenApps": [] }, "lock": { - "recolourLogo": false + "recolourLogo": false, + "hideNotifs": false }, "notifs": { "actionOnClick": false, |