CLI
Every subcommand takes --help.
Panel lifecycle:
sh
lumen panel start
lumen panel restart
lumen panel settingsRead and edit config values from the command line:
sh
lumen config get bar.scale
lumen config set bar.scale 1.25
lumen config reset bar.scaleAudio, media, and idle controls:
sh
lumen audio output-volume +5
lumen media play-pause
lumen idle toggleShell completions for bash, fish, and zsh:
sh
lumen completions fish > ~/.config/fish/completions/lumen.fish