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: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -639,6 +639,7 @@ You can customize the appearance and behavior of the WakaTime stats card using t
639
639
|`api_domain`| Sets a custom API domain for the card, e.g. to use services like [Hakatime](https://github.com/mujx/hakatime) or [Wakapi](https://github.com/muety/wakapi)| string |`wakatime.com`|
640
640
|`display_format`| Sets the WakaTime stats display format. Choose `time` to display time-based stats or `percent` to show percentages. | enum |`time`|
641
641
|`disable_animations`| Disables all animations in the card. | boolean |`false`|
642
+
|`ordering`| Only effective when `layout=compact`. Sets the ordering algorithm for the languages in a two-column layout. `horizontal` alternates items left and right (zig-zag pattern), while `vertical` fills the left column first, then the right column. | enum |`horizontal`|
0 commit comments