restructure
This commit is contained in:
parent
20b2af86d7
commit
8cf8c5609d
26 changed files with 265 additions and 283 deletions
32
modules/niri/swaylock.conf.nix
Normal file
32
modules/niri/swaylock.conf.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
{ lib, config, ... }: {
|
||||
ignore-empty-password = true;
|
||||
screenshots = true;
|
||||
clock = true;
|
||||
submit-on-touch = true;
|
||||
indicator = true;
|
||||
indicator-caps-lock = true;
|
||||
indicator-radius = 100;
|
||||
indicator-thickness = 4;
|
||||
inside-color = lib.strings.concatStrings [ config.theme.overlay "aa" ];
|
||||
inside-clear-color = lib.strings.concatStrings [ config.theme.subtle "aa" ];
|
||||
inside-caps-lock-color = lib.strings.concatStrings [ config.theme.rose "aa" ];
|
||||
inside-ver-color = lib.strings.concatStrings [ config.theme.foam "aa" ];
|
||||
inside-wrong-color = lib.strings.concatStrings [ config.theme.love "aa" ];
|
||||
line-uses-inside = true;
|
||||
ring-color = config.theme.surface;
|
||||
ring-clear-color = config.theme.muted;
|
||||
ring-caps-lock-color = config.theme.gold;
|
||||
ring-ver-color = config.theme.pine;
|
||||
ring-wrong-color = config.theme.love;
|
||||
seperator-color = config.theme.base;
|
||||
key-hl-color = config.theme.iris;
|
||||
bs-hl-color = config.theme.love;
|
||||
caps-lock-key-hl-color = config.theme.iris;
|
||||
caps-lock-bs-hl-color = config.theme.love;
|
||||
text-color = config.theme.text;
|
||||
text-clear-color = config.theme.text;
|
||||
text-caps-lock-color = config.theme.text;
|
||||
text-ver-color = config.theme.text;
|
||||
text-wrong-color = config.theme.text;
|
||||
effect-blur = "30x10";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue