summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-26 16:38:58 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-05-26 17:31:39 +1000
commit0e0458f3557e4d9bd481e6f302d99e87bc7fcf64 (patch)
tree7bb2d64f82fde96d905b3ff890b2f10841ec7c91 /docs
parent05bfa96936879c629f21de3e5fc7813a39562298 (diff)
More compact and flexible date format
You can now configure both a time format and a short time format, where the short format kicks in when the time is within the last day
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 8fafbb2a2..7424dd222 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -28,7 +28,8 @@ gui:
expandFocusedSidePanel: false
mainPanelSplitMode: 'flexible' # one of 'horizontal' | 'flexible' | 'vertical'
language: 'auto' # one of 'auto' | 'en' | 'zh' | 'pl' | 'nl' | 'ja' | 'ko'
- timeFormat: '02 Jan 06 15:04 MST' # https://pkg.go.dev/time#Time.Format
+ timeFormat: '02 Jan 06' # https://pkg.go.dev/time#Time.Format
+ shortTimeFormat: '3:04PM'
theme:
activeBorderColor:
- green