2021-11-16 10:40:24 +00:00
|
|
|
# i3status
|
|
|
|
|
|
|
|
> Status line for the i3 window manager.
|
|
|
|
> This command is usually called from the i3 configuration file.
|
|
|
|
> More information: <https://i3wm.org/i3status/manpage.html>.
|
|
|
|
|
2022-12-04 07:53:34 +00:00
|
|
|
- Print the status line to `stdout` periodically, using the default configuration:
|
2021-11-16 10:40:24 +00:00
|
|
|
|
|
|
|
`i3status`
|
|
|
|
|
2022-12-04 07:53:34 +00:00
|
|
|
- Print the status line to `stdout` periodically, using a specific configuration:
|
2021-11-16 10:40:24 +00:00
|
|
|
|
|
|
|
`i3status -c {{path/to/i3status.conf}}`
|
|
|
|
|
|
|
|
- Display the `i3status` version and help:
|
|
|
|
|
|
|
|
`i3status -h`
|