mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29:45 +00:00
Fix default feh-command to match doc behaviour (#257)
This commit is contained in:
parent
a320ab3ff9
commit
682e056aec
2 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ init_config () {
|
|||
layoutcolor=ffffffff
|
||||
nocolor=00000000
|
||||
bgcolor=000000ff
|
||||
wallpaper_cmd="feh --bg-fill --no-fehbg"
|
||||
wallpaper_cmd="feh --bg-fill"
|
||||
time_format="%H:%M:%S"
|
||||
|
||||
# read user config
|
||||
|
|
|
@ -9,6 +9,7 @@ dim_level=40
|
|||
blur_level=1
|
||||
pixel_scale=10,1000
|
||||
solid_color=333333
|
||||
wallpaper_cmd="feh --bg-fill"
|
||||
# i3lockcolor_bin="" # (manually set full path to i3lock-color)
|
||||
|
||||
# default theme
|
||||
|
|
Loading…
Reference in a new issue