blob: 13a27733fd0afe3d1c74ec4b8753caf4ec2334eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# ~/.config/betterlockscreenrc
# default options
display_on=0
span_image=false
lock_timeout=300
fx_list=(dim blur dimblur pixel dimpixel color)
dim_level=40
blur_level=1
pixel_scale=10,1000
solid_color=333333
wallpaper_cmd="feh --bg-fill"
quiet=true
# default theme
loginbox=00000066
loginshadow=00000000
locktext="UwU may I has ur password"
font="sans-serif"
ringcolor=C678DDff
insidecolor=00000000
separatorcolor=00000000
ringvercolor=FB6F92ff
insidevercolor=00000000
ringwrongcolor=FB6F92ff
insidewrongcolor=FB6F92ff
timecolor=ffffffff
time_format="%H:%M:%S"
greetercolor=ffffffff
layoutcolor=C678DDff
keyhlcolor=FB6F92ff
bshlcolor=C678DDff
veriftext="aanh ur password is shooo big"
verifcolor=ffffffff
wrongtext="you are not my senpai"
wrongcolor=FB6F92ff
modifcolor=FB6F92ff
bgcolor=000000ff
#
# 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
|