snippetbashTip
i3status — Status line for the i3 window manager. This command is usually called from the i3 configuration file
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:i3statusPrint the status line to
stdout periodically, using a specific configuration:i3status -c {{path/to/i3status.conf}}Display help and version:
i3status -hCode Snippets
Print the status line to `stdout` periodically, using the default configuration
i3statusPrint the status line to `stdout` periodically, using a specific configuration
i3status -c {{path/to/i3status.conf}}Display help and version
i3status -hContext
tldr-pages: linux/i3status
Revisions (0)
No revisions yet.