This commit is contained in:
Lilith 2024-06-11 00:12:54 +02:00
parent 67aa9ec0ea
commit 6a9f4d40c8
Signed by: lilith
GPG key ID: 8712A0F317C37175
10 changed files with 60 additions and 26 deletions

View file

@ -24,6 +24,7 @@
];
exec-once = [
"hyprlock"
"ssh-agent"
"[workspace special:keepass silent] keepassxc"
];

View file

@ -1,4 +1,4 @@
{...}:{
{ config, ...}:{
programs.hyprlock = {
enable = true;
@ -11,14 +11,23 @@
background = [
{
color = "rgba(25, 20, 20, 1.0)";
path = "screenshot";
# color = "rgba(25, 20, 20, 1.0)";
blur_passes = 2;
blur_size = 7;
noise = 0.0117;
contrast = 0.8916;
brightness = 0.8172;
vibrancy = 0.1696;
vibrancy_darkness = 0.0;
}
];
input-field = [
{
size = "200, 50";
position = "0, -80";
size = "800, 80";
position = "0, 0";
monitor = "";
dots_center = true;
fade_on_empty = false;