🧰 Styled Hyprlock

- Commented out listener in Hypridle that caused a bug?
- Activated btop
This commit is contained in:
2024-12-31 17:24:33 +01:00
parent 59892a5981
commit 51b30405c5
5 changed files with 15 additions and 24 deletions

View File

@ -1,8 +1,6 @@
{ lib, ... }:
{
home.file.".face.png".source = ./face.png;
# TODO style face and wallpaper
programs.hyprlock = {
enable = true;
settings = {
@ -59,16 +57,6 @@
}
];
# USER AVATAR
image = {
path = "~/.face.png";
size = 100;
border_color = "$accent";
position = "0, 75";
halign = "center";
valign = "center";
};
# INPUT FIELD
input-field = {
size = "300, 60";
@ -86,7 +74,7 @@
fail_color = lib.mkDefault "$red";
fail_text = "<i>$FAIL <b>($ATTEMPTS)</b></i>";
capslock_color = lib.mkDefault "$yellow";
position = "0, -47";
position = "0, -20%";
halign = "center";
valign = "center";
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB