Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability for the clock to show seconds and updated the corresponding documentation #69

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Arguments in [brackets] are optional. Vertical pipes (`|`) mean 'or'.
This is how you change your settings. Settings are saved locally, but can be synced using Gist (see [config](#config) command).

- **setting** - One of: `defaultCommand`, `bgColor`, `textColor`, `caretColor`, `fontSize`, `clock`, `clockSize`, `newtab`. If no value is given, the current value will be displayed.
- **value** - A hex color value for `bgColor` and `textColor`; a hex color value or `auto` for `caretColor`; a command shortcut (e.g. `y`) for `defaultCommand`; a CSS font size (e.g. `1em` or `42px`) for `fontSize` and `clockSize`; one of `on`, `off`, `12` or `24` for `clock`.
- **value** - A hex color value for `bgColor` and `textColor`; a hex color value or `auto` for `caretColor`; a command shortcut (e.g. `y`) for `defaultCommand`; a CSS font size (e.g. `1em` or `42px`) for `fontSize` and `clockSize`; one of `on`, `off`, `12`, `24`, `showSeconds` or `hideSeconds` for `clock`.
- `set;defaults` will restore default values for all options.

For example: `set;bgColor;#282828` | `set;defaultCommand;dg` | `set;clock;off`
Expand Down