New component: cat
Generically reads an arbitrary file natively. Saves a few layers of execution in comparison to using `run_command` with an argument like `cat ./file`.
This commit is contained in:
parent
4bd78c94ba
commit
57c6e7340d
5 changed files with 38 additions and 0 deletions
1
README
1
README
|
@ -7,6 +7,7 @@ slstatus is a suckless status monitor for window managers that use WM_NAME
|
|||
Features
|
||||
--------
|
||||
- Battery percentage/state/time left
|
||||
- Cat (read file)
|
||||
- CPU usage
|
||||
- CPU frequency
|
||||
- Custom shell commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue