From ef40c80fc64c93c5f91280b8c2afbd8a3cd3ae6e Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 16 Nov 2021 11:40:24 +0100 Subject: [PATCH] i3status: add page (#7398) --- pages/linux/i3status.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/i3status.md diff --git a/pages/linux/i3status.md b/pages/linux/i3status.md new file mode 100644 index 0000000000..311ae05a11 --- /dev/null +++ b/pages/linux/i3status.md @@ -0,0 +1,17 @@ +# i3status + +> Status line for the i3 window manager. +> This command is usually called from the i3 configuration file. +> More information: . + +- 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`