mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Set numlock & capslock colors
This commit is contained in:
parent
e11b3c9dd7
commit
df82f47ccb
|
@ -37,6 +37,11 @@ input-field {
|
||||||
fail_transition = 500 # transition time in ms between normal outer_color and fail_color
|
fail_transition = 500 # transition time in ms between normal outer_color and fail_color
|
||||||
fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)
|
fail_text = # Leave this empty (amt of attempts and fail reason shown with labels)
|
||||||
|
|
||||||
|
invert_numlock = true # use numlock_color instead of outer color when numlock is off, not on
|
||||||
|
capslock_color = rgba(fad03cff)
|
||||||
|
numlock_color = rgba(bdba03ff)
|
||||||
|
bothlock_color = rgba(dcc520ff)
|
||||||
|
|
||||||
hide_input = true
|
hide_input = true
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text = # Leave this empty
|
placeholder_text = # Leave this empty
|
||||||
|
|
Loading…
Reference in a new issue