Last active
March 8, 2023 11:49
-
-
Save touhidulshawan/34c72721a096a1bae31ae77c9ceda2f6 to your computer and use it in GitHub Desktop.
betterlockscreen config for gruvbox colors
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=1d2021ff | |
| wallpaper_cmd="feh --bg-fill" | |
| quiet=false | |
| # default theme | |
| loginbox=282828ff | |
| loginshadow=3B1344ff | |
| locktext="Do You Own Me? Prove It !" | |
| font="Hack Nerd Font" | |
| ringcolor=282828ff | |
| insidecolor=1d2021ff | |
| separatorcolor=1d2021ff | |
| ringvercolor=fabd2fff | |
| insidevercolor=282828ff | |
| ringwrongcolor=fb4934ff | |
| insidewrongcolor=fb4934ff | |
| timecolor=ebdbb2ff | |
| time_format="%l:%M:%S:%p" | |
| greetercolor=b8bb26ff | |
| layoutcolor=8ec07cff | |
| keyhlcolor=d3869bff | |
| bshlcolor=d3869bff | |
| verifcolor=ebdbb2ff | |
| wrongcolor=fb4934ff | |
| modifcolor=fabd2fff | |
| bgcolor=282828ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment