From b33bc791f7525ebac79e0c91be5333bbf155ffa7 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sat, 5 Nov 2016 18:06:06 +0100 Subject: [PATCH] [doc] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 614e38b..e32a743 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Next, open your i3wm configuration and modify the *status_command* for your i3ba ``` bar { - status_command = -m -t + status_command = -m -p -t } ``` @@ -48,7 +48,7 @@ bar { font pango:Inconsolata 10 position top tray_output none - status_command ~/src/bumblebee-status/bumblebee-status -m disk disk::/home nic cpu memory battery date::"%a, %b %d %Y" spacer time::"%H:%M CW %V" pasink pasource dnf -t solarized-powerline + status_command ~/.i3/bumblebee-status/bumblebee-status -m nic disk:/ cpu memory battery date time pasink pasource dnf -p time.format="%H:%M CW %V" date.format="%a, %b %d %Y" -t solarized-powerline } ```