Added
This commit is contained in:
35
programs/wm/niri/swaylock.nix
Normal file
35
programs/wm/niri/swaylock.nix
Normal file
@@ -0,0 +1,35 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
settings = lib.mkForce {
|
||||
image = "$HOME/Pictures/Wallpapers/rain.gif";
|
||||
#show-keyboard-layout = true;
|
||||
font = "JetbrainsMono Nerd Font";
|
||||
font-size = 24;
|
||||
text-color = "cdd6f4";
|
||||
|
||||
# indicator
|
||||
indicator-idle-visible = true;
|
||||
indicator-radius = 150;
|
||||
indicator-thickness = 20;
|
||||
inside-color = "11111b00";
|
||||
|
||||
key-hl-color = "fab387";
|
||||
|
||||
line-uses-ring = true;
|
||||
line-color = "cdd6f400";
|
||||
line-clear-color = "cdd6f400";
|
||||
line-wrong-color = "cdd6f400";
|
||||
line-caps-lock-color = "cdd6f400";
|
||||
line-ver-color = "cdd6f400";
|
||||
|
||||
ring-color = "cba6f7";
|
||||
ring-clear-color = "89dceb";
|
||||
ring-caps-color = "74c7ec";
|
||||
ring-ver-color = "a6e3a1";
|
||||
ring-wrong-color = "f38ba8";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user