feat: hyprlock a little more me

This commit is contained in:
s-prechtl 2024-10-03 15:49:38 +02:00
parent 646fdbec7e
commit de9c06ec1b
2 changed files with 29 additions and 15 deletions

View file

@ -170,9 +170,9 @@
nix-ld = { nix-ld = {
enable = true; enable = true;
libraries = with pkgs; [ libraries = with pkgs; [
# Add any missing dynamic libraries for unpackaged programs # Add any missing dynamic libraries for unpackaged programs
# here, NOT in environment.systemPackages # here, NOT in environment.systemPackages
]; ];
}; };
}; };

View file

@ -17,20 +17,34 @@
} }
]; ];
input-field = [ shape = [
{ {
size = "200, 50";
position = "0, -80";
monitor = ""; monitor = "";
dots_center = true; size = "360, 360";
fade_on_empty = false; color = "rgb(40, 40, 40)";
font_color = "rgb(235, 219, 178)"; rounding = -1;
inner_color = "rgb(40, 40, 40)"; border_size = 8;
outer_color = "rgb(235, 219, 178)"; border_color = "rgb(235, 219, 178)";
check_color = "rgb(191, 97, 106)"; rotate = 0;
outline_thickness = 5;
placeholder_text = "<span foreground='##cad3f5'>Password...</span>"; position = "0, 0";
shadow_passes = 2; halign = "center";
valign = "center";
}
];
label = [
{
monitor = "";
text = "cmd[update:1000] echo \"<span>$(date +\"%H:%M:%S\")</span>\"";
text_align = "center";
color = "rgb(235, 219, 178)";
font_size = 25;
font_family = "JetBrainsMono Nerd Font Mono";
position = "0, 0";
halign = "center";
valign = "center";
} }
]; ];
}; };