Add breathe effect command

This commit is contained in:
2021-03-25 09:46:58 -05:00
parent 29552f7a69
commit 1ef900c44c
2 changed files with 107 additions and 0 deletions

View File

@ -19,6 +19,7 @@ func init() {
RegisterCommand(NewCmdShow())
RegisterCommand(NewCmdToggle())
RegisterCommand(NewCmdVersion())
RegisterCommand(NewCmdBreathe())
}
var Version string