diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-05-03 19:58:19 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-05-03 19:58:19 +0200 |
| commit | c86f7832f9fdfb08a93365397ae4b0b68b0c2559 (patch) | |
| tree | 4d16cbcc952da63927ecb3e5a38a274df755bb2d | |
| parent | c60cb1bc7af0afccaabbcd94b16055d35a1d6031 (diff) | |
fix formatting of code blocks
| -rw-r--r-- | README.rst | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -28,7 +28,7 @@ Get help or share your ideas on IRC: Requirements ============ You **must** set the `output_format` to `i3bar` in the general section of your i3status.conf: - +:: general { colors = true interval = 5 @@ -38,35 +38,35 @@ You **must** set the `output_format` to `i3bar` in the general section of your i Usage ===== In your i3 config file, simply switch from `i3status` to `py3status` in your `status_command`: - +:: status_command py3status Usually you have your own i3status configuration, just point to it: - +:: status_command py3status -c ~/.i3/i3status.conf Installation ============ Pypi ---- - +:: $ pip install py3status Gentoo Linux ------------ - +:: $ sudo emerge -a py3status Arch Linux ---------- Thanks to @waaaaargh, py3status is present in the Arch User Repository using this URL: - +:: https://aur.archlinux.org/packages/py3status-git/ Options ======= You can see the help of py3status by issuing `py3status -h`: - +:: -c I3STATUS_CONF path to i3status config file --debug be verbose in syslog -i INCLUDE_PATHS include user-written modules from those directories @@ -80,5 +80,5 @@ Control ======= Just like i3status, you can force an update by sending a SIGUSR1 signal to py3status. Note that this will also send a SIGUSR1 signal to i3status. - +:: killall -USR1 py3status |
