feat(hyprlock): make input red when capslock on
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-14 16:31:35 -04:00
parent 40c3b83e62
commit ea53e835fe
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -34,6 +34,7 @@ in {
outer_color = "rgba(10, 10, 10, 1.0)"; outer_color = "rgba(10, 10, 10, 1.0)";
inner_color = "rgb(151515)"; inner_color = "rgb(151515)";
font_color = "rgba(240, 240, 240, 1.0)"; # This is the dot color font_color = "rgba(240, 240, 240, 1.0)"; # This is the dot color
capslock_color = "rgba(171, 12, 8, 1.0)";
placeholder_text = ''<span foreground="##cccccc" style="italic">Input Password...</span>''; placeholder_text = ''<span foreground="##cccccc" style="italic">Input Password...</span>'';
} }
]; ];