handled by stylix now

This commit is contained in:
Hadi
2025-03-13 13:05:26 +01:00
parent 3ed69ab1a5
commit 93ce3e73c0

View File

@@ -2,7 +2,6 @@
{ config, lib, ... }:
let
foreground = "rgba(216, 222, 233, 0.70)";
imageStr = toString config.stylix.image;
font = config.stylix.fonts.serif.name;
in {
programs.hyprlock = {
@@ -17,7 +16,6 @@ in {
# BACKGROUND
background = {
monitor = "";
path = imageStr;
blur_passes = 0;
contrast = 0.8916;
brightness = 0.7172;