1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/i3status.md

18 lines
459 B
Markdown
Raw Normal View History

2021-11-16 11:40:24 +01: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>.
- Print the status line to `stdout` periodically, using the default configuration:
2021-11-16 11:40:24 +01:00
`i3status`
- Print the status line to `stdout` periodically, using a specific configuration:
2021-11-16 11:40:24 +01:00
`i3status -c {{path/to/i3status.conf}}`
- Display the `i3status` version and help:
`i3status -h`