51 lines
1.6 KiB
Plaintext
51 lines
1.6 KiB
Plaintext
# ===========================================================================
|
|
# betterlockscreen — Catppuccin Macchiato
|
|
# All colours are RRGGBBAA (i3lock-color format, no leading '#').
|
|
# Docs: https://github.com/betterlockscreen/betterlockscreen
|
|
# ===========================================================================
|
|
|
|
# Which cached image variant `betterlockscreen -l` uses when given no argument
|
|
display_on=0
|
|
span_image=false
|
|
|
|
# --- ring ------------------------------------------------------------------
|
|
insidecolor=24273a00
|
|
ringcolor=c6a0f6ff
|
|
insidevercolor=8aadf41c
|
|
insidewrongcolor=ed879633
|
|
ringvercolor=8aadf4ff
|
|
ringwrongcolor=ed8796ff
|
|
|
|
# --- keypress highlight ----------------------------------------------------
|
|
keyhlcolor=a6da95ff
|
|
bshlcolor=f5a97fff
|
|
separatorcolor=00000000
|
|
|
|
# --- text ------------------------------------------------------------------
|
|
verifcolor=cad3f5ff
|
|
timecolor=cad3f5ff
|
|
datecolor=a5adcbff
|
|
layoutcolor=a5adcbff
|
|
loginbox=24273aaa
|
|
locktext="Type password to unlock"
|
|
font="Inconsolata Nerd Font"
|
|
|
|
time_format="%H:%M"
|
|
date_format="%A, %d %B"
|
|
|
|
# --- ring geometry ---------------------------------------------------------
|
|
ring_width=6
|
|
radius=120
|
|
|
|
# --- greeter ---------------------------------------------------------------
|
|
greetercolor=c6a0f6ff
|
|
greeter_text="Welcome back, $USER"
|
|
|
|
# --- blur strength used by `betterlockscreen -u <img> --blur <n>` ----------
|
|
blur_level=1
|
|
|
|
# --- behaviour -------------------------------------------------------------
|
|
# Show the failed-attempt count and blank the screen after 60s of lock idle
|
|
lock_timeout=60
|
|
quiet=true
|