README: Sync description from manpage - slstatus - status monitor | |
git clone git://git.suckless.org/slstatus | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit e0c155e9ab8e8e0cf0ae09dc8cd0a02a460628cf | |
parent ee586cfea9c328932255512077882fa8194b50c2 | |
Author: drkhsh <[email protected]> | |
Date: Sun, 23 Apr 2023 23:48:47 +0200 | |
README: Sync description from manpage | |
Diffstat: | |
M README | 6 ++++-- | |
1 file changed, 4 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -1,7 +1,9 @@ | |
slstatus - suckless status | |
========================== | |
-slstatus is a suckless status monitor for window managers that use WM_NAME | |
-(e.g. dwm) or stdin to fill the status bar. | |
+slstatus is a small tool for providing system status information to other | |
+programs over the EWMH property of the root window (used by dwm(1)) or | |
+standard input/output. It is designed to be as efficient as possible by | |
+only issuing the minimum of system calls required. | |
Features |