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>.

Install

All systems
curl cmd.cat/i3status.sh
Debian Debian
apt-get install i3status
Ubuntu
apt-get install i3status
Arch Arch Linux
pacman -S i3status
image/svg+xml Kali Linux
apt-get install i3status
Fedora
dnf install i3status
Windows (WSL2)
sudo apt-get update sudo apt-get install i3status
Raspbian
apt-get install 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

© tl;dr; authors and contributors