HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

i3status — Status line for the i3 window manager. This command is usually called from the i3 configuration file

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandstatusclii3statusforlinewindow
linux

Problem

How to use the i3status command: 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>.

Solution

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 help and version:
i3status -h

Code Snippets

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 help and version

i3status -h

Context

tldr-pages: linux/i3status

Revisions (0)

No revisions yet.