diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix
index 6640ae0..0bdd0e4 100644
--- a/hosts/default/configuration.nix
+++ b/hosts/default/configuration.nix
@@ -170,9 +170,9 @@
nix-ld = {
enable = true;
libraries = with pkgs; [
- # Add any missing dynamic libraries for unpackaged programs
- # here, NOT in environment.systemPackages
- ];
+ # Add any missing dynamic libraries for unpackaged programs
+ # here, NOT in environment.systemPackages
+ ];
};
};
diff --git a/modules/home-manager/hyprlock.nix b/modules/home-manager/hyprlock.nix
index fa7130d..f7009ec 100644
--- a/modules/home-manager/hyprlock.nix
+++ b/modules/home-manager/hyprlock.nix
@@ -17,20 +17,34 @@
}
];
- input-field = [
+ shape = [
{
- size = "200, 50";
- position = "0, -80";
monitor = "";
- dots_center = true;
- fade_on_empty = false;
- font_color = "rgb(235, 219, 178)";
- inner_color = "rgb(40, 40, 40)";
- outer_color = "rgb(235, 219, 178)";
- check_color = "rgb(191, 97, 106)";
- outline_thickness = 5;
- placeholder_text = "Password...";
- shadow_passes = 2;
+ size = "360, 360";
+ color = "rgb(40, 40, 40)";
+ rounding = -1;
+ border_size = 8;
+ border_color = "rgb(235, 219, 178)";
+ rotate = 0;
+
+ position = "0, 0";
+ halign = "center";
+ valign = "center";
+ }
+ ];
+
+ label = [
+ {
+ monitor = "";
+ text = "cmd[update:1000] echo \"$(date +\"%H:%M:%S\")\"";
+ text_align = "center";
+ color = "rgb(235, 219, 178)";
+ font_size = 25;
+ font_family = "JetBrainsMono Nerd Font Mono";
+
+ position = "0, 0";
+ halign = "center";
+ valign = "center";
}
];
};