wok diff i3status/description.txt @ rev 25052
ruby-ncurses: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 05 11:43:47 2022 +0000 (2022-06-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/i3status/description.txt Sun Jun 05 11:43:47 2022 +0000 1.3 @@ -0,0 +1,8 @@ 1.4 +I3status is a small program for generating a status bar for i3bar, 1.5 +dzen2, xmobar or similar programs. 1.6 +It is designed to be very efficient by issuing a very small number 1.7 +of system calls, as one generally wants to update such a status line 1.8 +every second. This ensures that even under high load, your status 1.9 +bar is updated correctly. 1.10 +Also, it saves a bit of energy by not hogging your CPU as much as 1.11 +spawning the corresponding amount of shell commands would.