mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
This commit ensures that we are using show_total_activity and show_activity instead of show_total_data_transmitted and show_network_activity in the komorebi.bar.example.json file which is populated for users in the quickstart command. JSONSchema is not smart enough to resolve aliases for backwards compat, which results in confusing behaviour for new users trying to edit this file. fix #1596