Hyprlock: Add check/fail/capslock colors.
This commit is contained in:
parent
8996b896c8
commit
4c72ae5fa7
1 changed files with 6 additions and 3 deletions
|
@ -17,9 +17,12 @@ input-field {
|
||||||
inner_color = $background1
|
inner_color = $background1
|
||||||
font_color = $foreground
|
font_color = $foreground
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text =
|
placeholder_text =
|
||||||
hide_input = false
|
hide_input = false
|
||||||
rounding = -1
|
rounding = -1
|
||||||
|
check_color = $disabled
|
||||||
|
fail_color = $bad
|
||||||
|
capslock_color = $accent2
|
||||||
|
|
||||||
position = 0, -50
|
position = 0, -50
|
||||||
halign = center
|
halign = center
|
||||||
|
@ -28,7 +31,7 @@ input-field {
|
||||||
|
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:0] echo "<span>$(date '+%A%e %b %Y')</span>"
|
text = cmd[update:0] echo "<span>$(date '+%A%e %b %Y')</span>"
|
||||||
color = $foreground
|
color = $foreground
|
||||||
font_size = 25
|
font_size = 25
|
||||||
font_family = $font
|
font_family = $font
|
||||||
|
@ -40,7 +43,7 @@ label {
|
||||||
|
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:1000] echo "<span>$(date '+%H:%M:%S')</span>"
|
text = cmd[update:1000] echo "<span>$(date '+%H:%M:%S')</span>"
|
||||||
color = $foreground
|
color = $foreground
|
||||||
font_size = 25
|
font_size = 25
|
||||||
font_family = $font
|
font_family = $font
|
||||||
|
|
Loading…
Reference in a new issue