docs/userguide: use i3bar instead of dzen2 in the 'exec' example (Thanks ubitux)

This commit is contained in:
Michael Stapelberg 2011-08-01 14:40:01 +02:00
parent a0bb296f1b
commit 9fbf6e3992
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ exec_always command
*Examples*:
--------------------------------
exec i3status | dzen2 -dock
exec i3status | i3bar -d
exec_always ~/my_script.sh
--------------------------------