Init text color on wallpaper

Former-commit-id: c0dfbe8249
This commit is contained in:
Hadi
2025-03-26 15:38:53 +01:00
parent b6cad25714
commit 60d177ba39
4 changed files with 81 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
# Hyprlock is a lockscreen for Hyprland
{ config, lib, ... }:
let
foreground = "rgba(26, 22, 23, 0.70)";
foreground = "rgba(${config.theme.textColorOnWallpaper}ee)";
font = config.stylix.fonts.serif.name;
in {
programs.hyprlock = {