• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pixmaps/H03-May-2022-306248

src/H03-May-2022-1,8321,493

AUTHORSH A D12-May-20030

COPYINGH A D12-May-200317.6 KiB341281

ChangeLogH A D29-Nov-20043.7 KiB10192

INSTALLH A D12-May-20039 KiB230175

LicenseH A D29-Nov-2004769 1813

Makefile.amH A D12-May-2003679 153

Makefile.inH A D29-Nov-200417.3 KiB569482

NEWSH A D12-May-20030

READMEH A D28-Nov-20041.4 KiB5841

TODOH A D29-Nov-2004160 65

ThemesH A D27-Nov-2002989 2216

acinclude.m4H A D29-Nov-20045.2 KiB176149

aclocal.m4H A D29-Nov-2004246.2 KiB7,1256,333

bootstrapH A D21-May-20032.6 KiB8369

compileH A D29-Nov-20043 KiB10854

config.guessH A D29-Nov-200442.2 KiB1,4421,245

config.h.inH A D29-Nov-20041.9 KiB7449

config.subH A D29-Nov-200430.5 KiB1,5531,412

configureH A D29-Nov-2004760.2 KiB24,23219,805

configure.acH A D28-Nov-20042.7 KiB8064

depcompH A D29-Nov-200413.5 KiB480304

install-shH A D29-Nov-20047 KiB295169

ltmain.shH A D29-Nov-2004179.6 KiB6,4275,058

missingH A D29-Nov-200410 KiB337263

mkinstalldirsH A D29-Nov-20041.9 KiB11285

README

1gkleds
2======
3gkleds is a GKrellM plugin which monitors the CapsLock, NumLock and
4ScrollLock keys and reports their current status via on screen LEDs.
5This is useful for people who have keyboards without LEDs, typically
6cordless keyboards.
7It also lets you toggle the indicator state via mouse clicks.
8
9gkleds now only supports GKrellM 2.x. from version 0.8.0 and later.
10For informasjon on gkleds theme support, see Themes.
11
12
13Installing gkleds on unix
14=========================
15
16System wide (root):
17$ ./configure --libdir=/usr/local/lib/gkrellm2/plugins
18$ make
19# make install
20
21Local (non-root):
22$ ./configure --libdir=$HOME/.gkrellm2/plugins
23$ make
24$ make install
25
26
27Installing gkleds on win32
28==========================
29You will need the gkrellm sources corresponding to the gkrellm binary version
30you are running.
31
32mingw32:
33Place the gkrellm.pc file where pkg-config can find it (/usr/lib/pkgconfig).
34Then type:
35$ ./configure --with-gkrellm=/path/to/gkrellm/
36$ make
37
38MSVC:
39Open the gkleds project file (gkleds.dsp), set up the paths to gtk and gkrellm,
40select the release config and build.
41
42
43Move "gkleds.dll" to the appropriate plugin directory.
44
45gtk development files can be found at:
46http://www.gimp.org/~tml/gimp/win32/downloads.html
47
48
49Contact Information
50===================
51email: oyvinha@ifi.uio.no
52homepage: http://heim.ifi.uio.no/~oyvinha/gkleds
53
54When sending me an email about gkleds,
55please set the subject line to:
56
57gkleds - <concise description of problem, etc.>
58