wok diff i3status/description.txt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/i3status/description.txt	Sat Jul 23 17:54:01 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.