From 08317dd9f8a12cdea733cd3669eab08a77959838 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 20 Feb 2026 17:36:22 +0100 Subject: Modify hyprlock style and colors mostly --- roles/hyprtheme/templates/theme/hyprlock.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/hyprtheme') diff --git a/roles/hyprtheme/templates/theme/hyprlock.conf.j2 b/roles/hyprtheme/templates/theme/hyprlock.conf.j2 index 13130d0a..d284dba5 100644 --- a/roles/hyprtheme/templates/theme/hyprlock.conf.j2 +++ b/roles/hyprtheme/templates/theme/hyprlock.conf.j2 @@ -8,3 +8,4 @@ $inner_color = rgba({{ hex_to_rgb(background) }}, 0.8) $outer_color = rgba({{ hex_to_rgb(accent) }}, 1.0) $font_color = rgba({{ hex_to_rgb(foreground) }}, 1.0) $check_color = rgba({{ hex_to_rgb(foreground) }}, 1.0) +$capslock_color = rgba({{ hex_to_rgb(color11) }}, 1.0) -- cgit v1.2.3