GitXplorerGitXplorer
v

kcss

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ae6fa62ae6e3987113d28368d4898c3132d66bf5

Typo fix

vvishesh committed 13 years ago
Unverified
f89601ac4209bd82d2f50dbcb6fcbe5534618b01

Added README with compile instruction

vvishesh committed 13 years ago
Unverified
913a1f04d4cf2ab73e7b2b657da31e4577cd39c4

Fixed expanding home path for config

vvishesh committed 13 years ago
Unverified
aec2c25d2eb7927f03e7bedc9c73abf4b38f4621

Read config from home directory.

vvishesh committed 13 years ago
Unverified
a14adc3c026377f6c8aeabfaa54a30ead541900c

send reloadConfig message after writing all configs.

vvishesh committed 13 years ago
Unverified
f44b20670f478e3430cb129395349e4cef756833

Added toggle.

vvishesh committed 13 years ago

README

The README file for this repository.

kcss

Description and Usage

http://vishesh-yadav.com/blog/2012/02/23/change-kde-colorschemes-by-shortcuts/

Compile and Install

kcss uses cmake. The compilation steps are similar to traditional configure, make, install.

$ cd ~/src/kcss
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

We build under subdirectory 'build' to keep source tree clean from intermediate binary and configuration files. You can build it directly on source tree as well.