summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-02-20 17:36:22 +0100
committerAhmed AbdelHalim <[email protected]>2026-02-20 17:36:22 +0100
commit6331dbcbe31c40ecc25d725916a7409474db3676 (patch)
tree3f28ad86be28e609c03fd0aab1764282e8a5e625 /roles/hyprtheme
parent9716329f33d99503bcd519e9b4c8adb178febe70 (diff)
Modify hyprlock style and colors mostly
Diffstat (limited to 'roles/hyprtheme')
-rw-r--r--roles/hyprtheme/templates/theme/hyprlock.conf.j21
1 files changed, 1 insertions, 0 deletions
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)