Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkessel authored Jul 27, 2024
1 parent e8654a6 commit ca63d00
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ You can either run this as PS1 from Windows PowerShell or use the compiled EXE v

# syntax
```
> sit-stand.exe or powershell -file sit-stand.ps1 [options below, all options are, in fact, optional]
-sit [###] Time to sit before being remanded to stand in minutes (default 60)
-stand [###] Time to stand before being remanded to sit in minutes (default 60)
-font [font-name] typeface in systray
-fg [color] foreground color in systray
-bg [color] background color in systray
-auto start automatically on login
> sit-stand.exe
or
> powershell -file sit-stand.ps1
[options below, all options are, in fact, optional]
-sit [#] Time to sit before being remanded to stand in minutes (default 60)
-stand [#] Time to stand before being remanded to sit in minutes (default 60)
-font [font-name] typeface in systray (default calibri)
-fg [color] foreground color in systray (default white)
-bg [color] background color in systray (default darkblue)
-auto start automatically on login (default off)
-uninstall remove all traces of application
-help Display help message
```
Expand Down

0 comments on commit ca63d00

Please sign in to comment.