Using fedora to install i3 desktop environment, how to print only one line of text when configuring i3status?

report an error first
I tried to configure i3bar, but the error protection returned to me is Error:status command process exited unexpectedly (exit 1)

how can I do the following with i3bar instead of i3status?
the effect I want is marked with a switch from 1 to 0 on the left, followed by There is no royal road to learning. in the lower right corner. Such a line of text.

Apr.07,2021

the error report is ignored because it is impossible to determine exactly what the problem is.
in order to solve this problem, i3status still can't skip it. After all, i3bar still needs a concrete implementation.
first make sure that the file ~ / .config / i3/config has such a line, and then configure i3status.
bar {

    status_command i3status

}
use the editor to edit / etc/i3status.conf, where lines such as order + = "ipv6" are displayed in the lower right corner.
We comment out everything that will be displayed, execute sed-I 's/order/-sharp order/g' / etc/i3status.conf
use the editor to remove the comment-sharp order + = "load", and then There is no royal road to learning. Replace the contents of double quotes in load {}.

Menu