feat(swaylock): add settings
This commit is contained in:
parent
829e76eb56
commit
16a43adda8
1 changed files with 11 additions and 1 deletions
|
@ -178,7 +178,17 @@
|
|||
'';
|
||||
};
|
||||
|
||||
programs.swaylock = { enable = true; };
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
color = "202020";
|
||||
font-size = 24;
|
||||
font = "Noto Sans";
|
||||
indicator-radius = 100;
|
||||
line-uses-ring = true;
|
||||
separator-color = "00000000";
|
||||
};
|
||||
};
|
||||
|
||||
programs.anyrun = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue