ironbar/docs
Jake Stanger 9dd711235f
feat!: improve CLI structure, add new commands
This splits most CLI/IPC commands into two categories:

- `var` for ironvars
- `bar` for controlling individual bars.

It also introduces more commands for visibility, as well as breaking existing ones.

New commands:

- `show`
- `hide`
- `toggle_visible`
- `set_popup_visible`
- `get_popup_visible`

Lastly, the implementation of some existing commands has been improved.

BREAKING CHANGE: All IPC commands have changed. Namely, `type` has been changed to `command`, and bar/var related commands are now under a `subcommand`. The full spec can be found on the wiki.

BREAKING CHANGE: Several CLI commands are now located under the `var` and `bar` categories. Usage of any commands to get/set Ironvars or control bar visibility will need to be updated.

BREAKING CHANGE: The `open_popup` and `close_popup` IPC commands are now called `show_popup` and `hide_popup` respectively.

BREAKING CHANGE: The popup `name` argument has been renamed to `widget_name` on all IPC commands.

BREAKING CHANGE: The `set-visibility` CLI command now takes a `true`/`false` positional argument in place of the `-v` flag.

BREAKING CHANGE: `ok_value` responses will no longer print `ok` as the first line when using the CLI
2024-06-01 17:04:51 +01:00
..
examples docs(examples) add custom weather example 2024-04-14 01:10:45 +01:00
modules docs(upower): fix incorrect css selectors 2024-05-23 21:59:04 +01:00
_Sidebar.md Merge pull request #497 from JakeStanger/feat/cairo 2024-04-17 20:49:59 +01:00
Compiling.md feat(config): json schema support 2024-05-31 22:01:50 +01:00
Configuration guide.md feat(config): json schema support 2024-05-31 22:01:50 +01:00
Controlling Ironbar.md feat!: improve CLI structure, add new commands 2024-06-01 17:04:51 +01:00
Dynamic values.md docs(dynamic values): link to scripts/ironvars pages 2023-10-16 22:39:48 +01:00
Home.md docs: migrate wiki into main repo 2022-11-06 22:52:21 +00:00
Images.md feat(workspaces): support for using images in name_map 2023-01-30 11:51:01 +00:00
Ironvars.md docs(ironvars): correct allowed chars in keys 2024-01-25 22:42:48 +00:00
Scripts.md feat: mouse event config options 2022-12-15 21:37:08 +00:00
Styling guide.md docs(styling guide): add explanation on specificity 2023-10-16 20:10:50 +01:00