New Features
Improved Command-Line Interface
- Default Help Display: Running FancyLock without any parameters now shows the help screen instead of starting in idle monitor mode
- Enhanced Usage Instructions: Clearer documentation of all available options directly in the CLI
- Usage Examples: Common usage patterns are now displayed in the help text
Installation
- Download the appropriate release for your system
- Extract the archive:
tar -xzvf fancylock-linux.tar.gz
- Make the binary executable:
chmod +x fancylock
- Run with
./fancylock
Configuration
FancyLock looks for a configuration file at ~/.config/fancylock/config.json
. You can specify a different configuration file using the -c
option.