# Listimer Simple timer meant to be displayed in a sway-bar status. ## Usage Start the timer with the `start` subcommand. ```sh $ listimer start ``` Restart the timer with the `restart` subcommand. ```sh $ listimer restart ``` Stop the timer with the `stop` subcommand. ```sh $ listimer stop ``` Query the timer with the `query` subcommand. ```sh $ listimer query ``` The command will output [pango markup](https://docs.gtk.org/Pango/pango_markup.html). To use it with sway-bar be sure to enable the `pango_markup` sway-bar option.