1
0
Fork
You've already forked slstatus
0
Personal slstatus fork
  • C 95.7%
  • Makefile 3.4%
  • Roff 0.9%
2024年03月08日 17:08:29 +00:00
components entropy: Use Unicode escape sequence in string 2022年12月19日 02:44:21 +01:00
arg.h radical re-formatting 1/3: Fix spacing 2022年10月28日 01:03:31 +02:00
config.def.h various: refactor 2023年05月21日 19:39:59 +05:30
config.mk various: refactor 2023年05月21日 19:39:59 +05:30
LICENSE More LICENSE updates 2022年12月19日 22:04:07 +01:00
Makefile slstatus.c: support custom status function 2023年02月26日 19:58:34 +05:30
README Update README 2022年12月19日 02:44:21 +01:00
slstatus.1 Add a -1 option flag 2020年11月30日 21:23:56 +01:00
slstatus.c slstatus.c: support custom status function 2023年02月26日 19:58:34 +05:30
slstatus.h slstatus.c: support custom status function 2023年02月26日 19:58:34 +05:30
user_status.c user_status.c: drain pipe 2024年03月08日 17:08:29 +00:00
util.c various: refactor 2023年05月21日 19:39:59 +05:30
util.h various: refactor 2023年05月21日 19:39:59 +05:30

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.
Features
--------
- Battery percentage/state/time left
- Cat (read file)
- CPU usage
- CPU frequency
- Custom shell commands
- Date and time
- Disk status (free storage, percentage, total storage and used storage)
- Available entropy
- Username/GID/UID
- Hostname
- IP address (IPv4 and IPv6)
- Kernel version
- Keyboard indicators
- Keymap
- Load average
- Network speeds (RX and TX)
- Number of files in a directory (hint: Maildir)
- Memory status (free memory, percentage, total memory and used memory)
- Swap status (free swap, percentage, total swap and used swap)
- Temperature
- Uptime
- Volume percentage
- WiFi signal percentage and ESSID
Requirements
------------
Currently slstatus works on FreeBSD, Linux and OpenBSD.
In order to build slstatus you need the Xlib header files.
- For volume percentage on Linux the kernel module `snd-mixer-oss` must be
 loaded.
- For volume percentage on FreeBSD, `sndio` must be installed.
Installation
------------
Edit config.mk to match your local setup (slstatus is installed into the
/usr/local namespace by default).
Afterwards enter the following command to build and install slstatus (if
necessary as root):
 make clean install
Running slstatus
----------------
See the man page for details.
Configuration
-------------
slstatus can be customized by creating a custom config.h and (re)compiling the
source code. This keeps it fast, secure and simple.
Upcoming
--------
A first feature-complete release with official packages for common distributions
will come soon.