Lock screen improvements

This commit is contained in:
Ryan Hughes
2026-06-02 23:32:53 -04:00
parent e8a8fcf183
commit 0f715dff88
4 changed files with 25 additions and 18 deletions
+3 -2
View File
@@ -206,9 +206,10 @@ accent = "{{ accent }}"
background = "{{ background }}"
background-alpha = 0.8
text = "{{ foreground }}"
placeholder = "{{ mix foreground background 34% }}"
text-error = "{{ red }}"
border = "{{ shell_gradient hyprland_active_border foreground }}"
border-active = "{{ shell_gradient hyprland_active_border accent }}"
border = "{{ foreground }}"
border-active = "{{ accent }}"
border-error = "{{ red }}"
border-alpha = 1.0
# selection is the text-selection tint inside the input field.