wok diff i3status/description.txt @ rev 24975

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 16:22:04 2022 +0000 (2022-05-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/i3status/description.txt	Mon May 02 16:22:04 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.