1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

refactor(sys_info): use snake_case for module tokens for consistency

BREAKING CHANGE: This renames the module from `sys-info` to `sys_info`, and almost every formatting token from `kebab-case` to `snake_case`. Any use of this module will need to be updated.
This commit is contained in:
Jake Stanger 2022-11-28 22:23:33 +00:00
parent 0fb5fa8c2a
commit df77020c52
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 71 additions and 71 deletions

View file

@ -17,6 +17,6 @@
- [Launcher](launcher)
- [MPD](mpd)
- [Script](script)
- [Sys-info](sys-info)
- [Sys_Info](sys-info)
- [Tray](tray)
- [Workspaces](workspaces)