From c86f7832f9fdfb08a93365397ae4b0b68b0c2559 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sat, 3 May 2014 19:58:19 +0200 Subject: fix formatting of code blocks --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f0b3867..9effd52 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit v1.3