You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: USAGE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ exclude_unknown_project = false
33
33
status_bar_enabled = true
34
34
status_bar_coding_activity = true
35
35
status_bar_hide_categories = false
36
+
status_bar_max_categories = 0
36
37
offline = true
37
38
proxy = https://user:pass@localhost:8080
38
39
no_ssl_verify = false
@@ -100,6 +101,7 @@ Notice how you have to include the exclude patterns from your main `~/.wakatime.
100
101
| status_bar_enabled | Turns on wakatime status bar for certain editors. |_bool_|`true`|
101
102
| status_bar_coding_activity | Enables displaying Today's code stats in the status bar of some editors. When false, only the WakaTime icon is displayed in the status bar. |_bool_|`true`|
102
103
| status_bar_hide_categories | When `true`, --today only displays the total code stats, never displaying Categories in the output. |_bool_|`false`|
104
+
| status_bar_max_categories | When greater than zero, limits the number of categories displayed in the status bar. |_int_|`0`|
103
105
| offline | Enables saving code stats locally to ~/.wakatime/offline_heartbeats.bdb when offline, and syncing to the dashboard later when back online. |_bool_|`true`|
104
106
| proxy | Optional proxy configuration. Supports HTTPS, SOCKS and NTLM proxies. For ex: `https://user:pass@host:port`, `socks5://user:pass@host:port`, `domain\\user:pass`|_string_||
105
107
| no_ssl_verify | Disables SSL certificate verification for HTTPS requests. By default, SSL certificates are verified. |_bool_|`false`|
0 commit comments