Skip to content

Commit

Permalink
fix: hyprlock settings
Browse files Browse the repository at this point in the history
  • Loading branch information
glwbr committed Jun 20, 2024
1 parent 39e5ce9 commit caacc07
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions home/software/wayland/hyprlock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ in {
}
];

input-fields = [
input-field = [
{
monitor = "HDMI-A-1";

size = {
width = 300;
height = 50;
};
# width, height
size = "300, 50";

outline_thickness = 2;

Expand All @@ -48,18 +45,15 @@ in {
}
];

labels = [
label = [
{
monitor = "";
text = "$TIME";
inherit font_family;
font_size = 50;
color = "rgb(${c.primary})";

position = {
x = 0;
y = 80;
};
# x, y
position = "0, 80";

valign = "center";
halign = "center";
Expand Down

0 comments on commit caacc07

Please sign in to comment.