table of contents
I3BLOCKS(1) | I3BLOCKS(1) |
NAME¶
i3blocks - A feed generator for text based status bars
SYNOPSIS¶
i3blocks [OPTION]...
DESCRIPTION¶
The i3blocks(1) command generates a status line for i3bar(1). It schedules command lines described in a simple configuration file at specified time intervals, upon signal reception or on clicks.
OPTIONS¶
-h
-c CONFIGFILE
-v
CONFIGURATION¶
i3blocks must be defined as the status line command of the bar block described in your i3(1) configuration file:
bar {
status_command i3blocks }
By default, i3blocks looks for a configuration file in the following order (note that /etc may be prefixed with /usr/local depending on the compilation flags):
For the content of the configuration file, please refer to the i3blocks website: <https://vivien.github.io/i3blocks>
SEE ALSO¶
AUTHORS¶
i3blocks is written by Vivien Didelot and other contributors.
RESOURCES¶
Project web site: <https://vivien.github.io/i3blocks>
Git source repository and issue tracker: <https://github.com/vivien/i3blocks>
Official collection of scripts for i3blocks: <https://github.com/vivien/i3blocks-contrib>
i3bar protocol: <http://i3wm.org/docs/i3bar-protocol.html>
COPYING¶
Copyright © Vivien Didelot. Free use of this software is granted under the terms of the GPLv3+ License.
2019-08-12 |