🧰 Styled Hyprlock
- Commented out listener in Hypridle that caused a bug? - Activated btop
This commit is contained in:
@ -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";
|
||||
};
|
||||
|
Reference in New Issue
Block a user