wok diff i3status/description.txt @ rev 25253

updated pyvim (2.0.24 -> 3.0.2)
author Hans-G?nter Theisgen
date Thu Jul 14 07:49:44 2022 +0100 (2022-07-14)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/i3status/description.txt	Thu Jul 14 07:49:44 2022 +0100
     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.