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: 15 days 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 (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-18T08:20:23.000Z (over 6 years ago)
- Last Synced: 2025-03-28T05:06:27.398Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 157
- Watchers: 13
- Forks: 10
- 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`