feat: vicinae theme, fix: lockscreen

This commit is contained in:
Kat Inskip 2025-12-17 16:31:07 -08:00
parent 123eef7a68
commit b5b91081ad
4 changed files with 15 additions and 4 deletions

View file

@ -12,7 +12,7 @@ in {
timeouts = [
{
timeout = 600;
command = "${noctalia} lockScreen toggle";
command = "${noctalia} lockScreen lock";
}
{
timeout = 1200;
@ -22,7 +22,7 @@ in {
events = [
{
event = "before-sleep";
command = "${noctalia} lockScreen toggle";
command = "${noctalia} lockScreen lock";
}
];
};