Adds betterlockscreen config
This commit is contained in:
parent
c421ce93f4
commit
56921bfdcc
1 changed files with 50 additions and 0 deletions
50
.config/betterlockscreen/betterlockscreenrc
Normal file
50
.config/betterlockscreen/betterlockscreenrc
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue