Last active
March 8, 2023 11:49
-
-
Save touhidulshawan/cbbb06710b99af374c726c65c67c54a1 to your computer and use it in GitHub Desktop.
betterlockscreen config file with dracula theme color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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=282a36ff | |
| wallpaper_cmd="feh --bg-fill" | |
| quiet=false | |
| # default theme | |
| loginbox=282a36ff | |
| loginshadow=fff79c6f | |
| locktext="Do You Own Me? Prove It !" | |
| font="Hack Nerd Font" | |
| ringcolor=282a36ff | |
| insidecolor=44475aff | |
| separatorcolor=6272a4ff | |
| ringvercolor=ffb86cff | |
| insidevercolor=282a36ff | |
| ringwrongcolor=ff5555ff | |
| insidewrongcolor=ffb86cff | |
| timecolor=f8f8f2ff | |
| time_format="%l:%M:%S:%p" | |
| greetercolor=50fa7bff | |
| layoutcolor=8be9fdff | |
| keyhlcolor=ff79c6ff | |
| bshlcolor=ff79c6ff | |
| verifcolor=f8f8f2ff | |
| wrongcolor=ff5555ff | |
| modifcolor=ffb86cff | |
| bgcolor=282a36ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment