mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-26 13:08:57 +00:00
Update hyprlock config
This commit is contained in:
parent
ee9469230f
commit
07d85ad240
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ label {
|
||||||
|
|
||||||
# Keyboard layout
|
# Keyboard layout
|
||||||
label {
|
label {
|
||||||
text = cmd[update:200] hyprctl devices -j | jq -r '.keyboards[] | select(.name == "at-translated-set-2-keyboard") | .active_keymap'
|
text = $LAYOUT
|
||||||
color = rgba(129, 162, 190, 1.0)
|
color = rgba(129, 162, 190, 1.0)
|
||||||
font_size = 10
|
font_size = 10
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
@ -131,7 +131,7 @@ label {
|
||||||
|
|
||||||
# Fingerprint scan status
|
# Fingerprint scan status
|
||||||
label {
|
label {
|
||||||
text = <i>$FPRINTMESSAGE</i>
|
text = <i>$FPRINTPROMPT $FPRINTFAIL</i>
|
||||||
color = rgba(153, 153, 153, 1.0) # gray
|
color = rgba(153, 153, 153, 1.0) # gray
|
||||||
|
|
||||||
font_size = 14
|
font_size = 14
|
||||||
|
|
Loading…
Add table
Reference in a new issue