Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meaneye/disk-indicator
Small program for Linux that will turn your Scroll, Caps or Num Lock LED into hard disk indicator.
https://github.com/meaneye/disk-indicator
Last synced: 2 months ago
JSON representation
Small program for Linux that will turn your Scroll, Caps or Num Lock LED into hard disk indicator.
- Host: GitHub
- URL: https://github.com/meaneye/disk-indicator
- Owner: MeanEYE
- License: gpl-3.0
- Created: 2014-05-17T19:57:18.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-18T08:20:23.000Z (about 6 years ago)
- Last Synced: 2024-10-25T09:15:55.576Z (2 months ago)
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 156
- Watchers: 14
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Disk-Indicator
==============Small program for Linux that will turn your `Scroll`, `Caps` or `Num Lock` LED or LED on your ThinkPad laptop into hard disk indicator.
### Usage
`./disk_indicator [-f] [-c config.file]`
- `-c` Load specified config. (default: ~/.disk-indicator)
- `-f` Do not fork to background.### Sample config file:
```
led=t|0 event=read device=sda
led=c|tty1|caps event=write device=sda
led=x|scroll event=both device=sda1
```#### Config params:
- `led=|`
- Provider: Thinkpad (`t`), Console (`c`), XOrg (`x`)
- Name: `0-15` (only Thinkpad provider), `caps`, `scroll`, `num`
- `event=` - Type: `read`, `write`, `both`
- `device=` - Name: eg. `sda1`, `sda`, `mmcblkp1`