Skip to content

Commit

Permalink
🎨 hyprlock
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Feb 24, 2024
1 parent 1209c5f commit 3bc0788
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions home/gwen/conf/ui/wayland/services/hyprlock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

backgrounds = [
{
path = "";
path = "screenshot";
color = "rgba(0, 0, 0, 0.5)";

# Blur
blur_passes = 3; # 0 disables blurring
blur_size = 10;
blur_passes = 2; # 0 disables blurring
blur_size = 8;
noise = 0.0117;
contrast = 0.8916;
brightness = 0.8172;
Expand Down Expand Up @@ -61,7 +61,7 @@
font_size = 96;
position = {
x = 0;
y = 0;
y = -50;
};
halign = "center";
valign = "top";
Expand All @@ -72,7 +72,7 @@
font_size = 24;
position = {
x = 0;
y = -150;
y = -210;
};
halign = "center";
valign = "top";
Expand Down

0 comments on commit 3bc0788

Please sign in to comment.