blob: 80d3c56a0f2772117b8c3d8415dee0812a12e5bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
py3status
=========
py3status extends the mighty i3status for enhanced i3bar customization on i3wm
## Start using it
In your i3 config file, simply change the `status_command` with:
status_command py3status
## Useful options
You can see the help of py3status by issuing `py3status -h`
-c I3STATUS_CONF path to i3status config file
-n INTERVAL polling interval in seconds (default 1 sec)
-i INCLUDE_PATH user-based class include directory
-d disable integrated transformations
|