mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
update flakes & fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Hyprlock is a lockscreen for Hyprland
|
||||
{ config, ... }:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
foreground = "rgba(216, 222, 233, 0.70)";
|
||||
imageStr = toString config.stylix.image;
|
||||
@@ -66,7 +66,7 @@ in {
|
||||
];
|
||||
|
||||
# INPUT FIELD
|
||||
input-field = [{
|
||||
input-field = lib.mkForce {
|
||||
monitor = "";
|
||||
size = "300, 60";
|
||||
outline_thickness = 2;
|
||||
@@ -83,7 +83,7 @@ in {
|
||||
position = "0, -250";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user