Disk-Indicator
Disk-Indicator copied to clipboard
Small program for Linux that will turn your Scroll, Caps or Num Lock LED into hard disk indicator.
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]
-cLoad specified config. (default: ~/.disk-indicator)-fDo 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>|<name>- Provider: Thinkpad (
t), Console (c), XOrg (x) - Name:
0-15(only Thinkpad provider),caps,scroll,num
- Provider: Thinkpad (
event=<type>- Type:read,write,bothdevice=<name>- Name: eg.sda1,sda,mmcblkp1