diff options
Diffstat (limited to '.config/betterlockscreen/betterlockscreenrc')
-rw-r--r-- | .config/betterlockscreen/betterlockscreenrc | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/.config/betterlockscreen/betterlockscreenrc b/.config/betterlockscreen/betterlockscreenrc deleted file mode 100644 index cd9a6db..0000000 --- a/.config/betterlockscreen/betterlockscreenrc +++ /dev/null @@ -1,50 +0,0 @@ -# ~/.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=00000000 -timecolor=ffffffff -time_format="%H:%M:%S" -greetercolor=ffffffff -layoutcolor=C678DDff -keyhlcolor=C678DDff -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 |