From bf940cdb16dae47935ae9de92858d482c8fc599e Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 12 Apr 2024 11:14:05 +0200 Subject: [PATCH] Add betterlockscreen config --- .../betterlockscreen/betterlockscreenrc | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 betterlockscreen/.config/betterlockscreen/betterlockscreenrc diff --git a/betterlockscreen/.config/betterlockscreen/betterlockscreenrc b/betterlockscreen/.config/betterlockscreen/betterlockscreenrc new file mode 100644 index 0000000..6fb4dc1 --- /dev/null +++ b/betterlockscreen/.config/betterlockscreen/betterlockscreenrc @@ -0,0 +1,35 @@ +# ~/.config/betterlockscreenrc + +# default options +display_on=0 +span_image=false +lock_timeout=300 +fx_list=(dim blur dimblur pixel dimpixel color) +dim_level=60 +blur_level=1 +pixel_scale=100,1000 +solid_color=272a34 +wallpaper_cmd="feh --bg-fill" +# i3lockcolor_bin="i3lock-color" # Manually set command for i3lock-color + +# default theme +loginbox=272a34aa +loginshadow=00000000 +locktext="Type password to unlock..." +ringcolor=ffffffff +insidecolor=272a34aa +separatorcolor=00000000 +ringvercolor=ffffffff +insidevercolor=272a34aa +ringwrongcolor=ffffffff +insidewrongcolor=d23c3dff +timecolor=ffffffff +time_format="%H:%M:%S" +greetercolor=ffffffff +layoutcolor=ffffffff +keyhlcolor=d23c3dff +bshlcolor=d23c3dff +verifcolor=ffffffff +wrongcolor=d23c3dff +modifcolor=d23c3dff +bgcolor=272a34aa