From 56921bfdccf77b00aabab9177ec46663e823a10c Mon Sep 17 00:00:00 2001 From: Michel Date: Sat, 2 Nov 2024 15:54:08 +0100 Subject: [PATCH] Adds betterlockscreen config --- .config/betterlockscreen/betterlockscreenrc | 50 +++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .config/betterlockscreen/betterlockscreenrc diff --git a/.config/betterlockscreen/betterlockscreenrc b/.config/betterlockscreen/betterlockscreenrc new file mode 100644 index 0000000..337e829 --- /dev/null +++ b/.config/betterlockscreen/betterlockscreenrc @@ -0,0 +1,50 @@ +# ~/.config/betterlockscreenrc + +# default options +display_on=0 +span_image=false +lock_timeout=60 +fx_list=(dim blur dimblur pixel dimpixel color) +dim_level=40 +blur_level=1 +pixel_scale=10,1000 +solid_color=333333 +wallpaper_cmd="nitrogen --restore" +quiet=false + +# default theme +loginbox=000000ff +loginshadow=00000066 +locktext="Type password to unlock..." +font="sans-serif" +ringcolor=000000ff +insidecolor=00000066 +separatorcolor=00000066 +ringvercolor=000000ff +insidevercolor=00000000 +ringwrongcolor=000000ff +insidewrongcolor=d23c3dff +timecolor=000000ff +time_format="%H:%M:%S" +greetercolor=000000ff +layoutcolor=000000ff +keyhlcolor=d23c3dff +bshlcolor=d23c3dff +veriftext="Verifying..." +verifcolor=ffffffff +wrongtext="Failure!" +wrongcolor=d23c3dff +modifcolor=d23c3dff +bgcolor=f5f5dcff + + +# +# expert options (change at own risk!) +# + +# i3lockcolor_bin="i3lock-color" # Manually set command for i3lock-color +# suspend_command="systemctl suspend" # Manually change action e.g. hibernate/suspend-command + +# i3lock-color - custom arguments +# lockargs=() # overwriting default "(-n)" +# lockargs+=(--ignore-empty-password) # appending new argument