darker color for hyprlock

This commit is contained in:
Hadi
2025-03-13 13:39:33 +01:00
parent 1da1d91787
commit 967879b3f4

View File

@@ -1,7 +1,7 @@
# Hyprlock is a lockscreen for Hyprland
{ config, lib, ... }:
let
foreground = "rgba(216, 222, 233, 0.70)";
foreground = "rgba(26, 22, 23, 0.70)";
font = config.stylix.fonts.serif.name;
in {
programs.hyprlock = {
@@ -71,8 +71,8 @@ in {
dots_size = 0.2; # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.2; # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true;
outer_color = "rgba(255, 255, 255, 0)";
inner_color = "rgba(255, 255, 255, 0.1)";
outer_color = "rgba(25, 25, 25, 0)";
inner_color = "rgba(25, 25, 25, 0.1)";
font_color = foreground;
fade_on_empty = false;
font_family = font + " Bold";