i3status: add page (#7398)

This commit is contained in:
marchersimon 2021-11-16 11:40:24 +01:00 committed by GitHub
parent 3ae58b9d20
commit ef40c80fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
pages/linux/i3status.md Normal file
View File

@ -0,0 +1,17 @@
# 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:
`i3status`
- Print the status line to stdout periodically, using a specific configuration:
`i3status -c {{path/to/i3status.conf}}`
- Display the `i3status` version and help:
`i3status -h`