From be008c0a6f370c4283717ac3005b67c144745d54 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Tue, 26 May 2020 08:52:55 +0200 Subject: [PATCH] [doc] update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b8419c..2ab195c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Example usage: ``` bar { - status_command /bumblebee-status -m cpu memory battery time pasink pasource -p time.format="%H:%M" -t solarized + status_command /bumblebee-status -m cpu memory battery time \ + pasink pasource -p time.format="%H:%M" -t solarized } ``` @@ -110,7 +111,10 @@ bar { font pango:Inconsolata 10 position top tray_output none - status_command ~/.i3/bumblebee-status/bumblebee-status -m nic disk:root cpu memory battery date time pasink pasource dnf -p root.path=/ time.format="%H:%M CW %V" date.format="%a, %b %d %Y" -t solarized-powerline + status_command ~/.i3/bumblebee-status/bumblebee-status -m nic disk:root cpu \ + memory battery date time pasink pasource dnf \ + -p root.path=/ time.format="%H:%M CW %V" date.format="%a, %b %d %Y" \ + -t solarized-powerline } ``` @@ -119,4 +123,4 @@ Restart i3wm and - that's it! # Examples -![List of themes](./docs/themes.rst) +[List of themes](./docs/themes.rst)