mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: vicinae theme, fix: lockscreen
This commit is contained in:
parent
123eef7a68
commit
b5b91081ad
4 changed files with 15 additions and 4 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue