website: s/systemcalls/system calls, update title
This commit is contained in:
parent
22f63ee2ec
commit
acac2eb92f
|
@ -2,7 +2,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>i3status – Generates a status line for dzen2 or wmii</title>
|
||||
<title>i3status – Generates a status line for dzen2 or xmobar</title>
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<style type="text/css">
|
||||
|
@ -23,7 +23,7 @@ li {
|
|||
<p>
|
||||
i3status is a small program (less than 1000 SLOC) for generating a status bar
|
||||
for dzen2, xmobar or similar programs. It is designed to be very efficient by
|
||||
issuing a very small number of systemcalls, as one generally wants to update
|
||||
issuing a very small number of system calls, as one generally wants to update
|
||||
such a status line every second. This ensures that even under high load, your
|
||||
status bar is updated correctly. Also, it saves a bit of energy by not hogging
|
||||
your CPU as much as spawning the corresponding amount of shell commands would.
|
||||
|
|
Loading…
Reference in New Issue