From 7fb98bba387b0880f6cb8c83122fa443020cb368 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 11 Aug 2024 15:37:48 -0400 Subject: [PATCH] phone: Show upcoming events on lock screen This works but causes the time to not be updated if you turn on the phone with the upcoming events section open. --- hosts/phone/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index b91fd524..a3a6774f 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -112,6 +112,8 @@ in }; "sm/puri/phosh/plugins" = { + lock-screen = [ "upcoming-events" ]; + quick-settings = [ "night-light-quick-setting" "caffeine-quick-setting"