update hyprlock config
This commit is contained in:
@@ -2,7 +2,7 @@ source = $HOME/.config/hypr/mocha.conf
|
|||||||
|
|
||||||
$accent = $mauve
|
$accent = $mauve
|
||||||
$accentAlpha = $mauveAlpha
|
$accentAlpha = $mauveAlpha
|
||||||
$font = JetBrainsMono Nerd Font
|
$font = MesloLGS Nerd Font Mono Bold
|
||||||
|
|
||||||
# GENERAL
|
# GENERAL
|
||||||
general {
|
general {
|
||||||
@@ -25,9 +25,9 @@ label {
|
|||||||
color = $text
|
color = $text
|
||||||
font_size = 90
|
font_size = 90
|
||||||
font_family = $font
|
font_family = $font
|
||||||
position = -30, 0
|
position = 0, 100
|
||||||
halign = right
|
halign = center
|
||||||
valign = top
|
valign = center
|
||||||
}
|
}
|
||||||
|
|
||||||
# DATE
|
# DATE
|
||||||
@@ -37,9 +37,9 @@ label {
|
|||||||
color = $text
|
color = $text
|
||||||
font_size = 25
|
font_size = 25
|
||||||
font_family = $font
|
font_family = $font
|
||||||
position = -30, -150
|
position = 0, 30
|
||||||
halign = right
|
halign = center
|
||||||
valign = top
|
valign = center
|
||||||
}
|
}
|
||||||
|
|
||||||
# USER AVATAR
|
# USER AVATAR
|
||||||
@@ -67,11 +67,11 @@ input-field {
|
|||||||
inner_color = $surface0
|
inner_color = $surface0
|
||||||
font_color = $text
|
font_color = $text
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text = <span foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
|
placeholder_text = <span foreground="##$textAlpha"> Logged in as <span foreground="##$accentAlpha">$USER</span></span>
|
||||||
hide_input = false
|
hide_input = false
|
||||||
check_color = $accent
|
check_color = $accent
|
||||||
fail_color = $red
|
fail_color = $red
|
||||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
fail_text = <b>nope...</b>
|
||||||
capslock_color = $yellow
|
capslock_color = $yellow
|
||||||
position = 0, -35
|
position = 0, -35
|
||||||
halign = center
|
halign = center
|
||||||
|
|||||||
Reference in New Issue
Block a user