mortie / swaylock-effects

Swaylock, with fancy effects
MIT License
698 stars 44 forks source link

unrecognized option? ._. #94

Closed MaccaAlbarn closed 1 year ago

MaccaAlbarn commented 1 year ago

i was very excited to try out swaylock-effects since i was thinking of making a sway rice based of in Serial Experiments Lain, however, while i was testing my config, the fade-in effect didn't show, i checked the outpout and it showed me this unknown1670034375_grim am i doing something wrong?, if someone needs it, this is how my config looks like (very simple ik, i did it for testing purposes so i could move on and do my definitive config)

unknown1670034387_grim

mortie commented 1 year ago

What version are you using? (swaylock --version)

And does it work if you use --fade-in 0.2 from the command line rather than in a config file?

CactiChameleon9 commented 1 year ago

In a config file for swaylock you need to use an equals sign for specific values, not a space:

fade-in=0.2

See https://github.com/luispabon/sway-dotfiles/blob/master/configs/swaylock/config for a more complicated example

MaccaAlbarn commented 1 year ago

In a config file for swaylock you need to use an equals sign for specific values, not a space:

fade-in=0.2

See https://github.com/luispabon/sway-dotfiles/blob/master/configs/swaylock/config for a more complicated example

oh, i was wrong then... still, thanks for the help!