diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-06 01:00:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-06 01:00:06 +0530 |
commit | 08a5d191a38899ee9119c3f0bdb73c6033ae463f (patch) | |
tree | 92937ea1e5f1f1d2d56fb57bdac5345dfe7176f8 /.config/betterlockscreen/betterlockscreenrc | |
parent | 4ca410cb89d44b85bf0ac5413915e35ff460e4d2 (diff) |
pushing betterlockscreen config
Diffstat (limited to '.config/betterlockscreen/betterlockscreenrc')
-rw-r--r-- | .config/betterlockscreen/betterlockscreenrc | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.config/betterlockscreen/betterlockscreenrc b/.config/betterlockscreen/betterlockscreenrc new file mode 100644 index 0000000..13a2773 --- /dev/null +++ b/.config/betterlockscreen/betterlockscreenrc @@ -0,0 +1,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 |