marook / chromebook

chromebook pixel configurations for the use with debian linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chromebook theme

1) Introduction
2) Installation
3) Enabling the Theme
4) Authors


------------------------------------------------------------------------
Introduction

This theme can be used with a linux installation on the chromebook
pixel. This theme increases the size of some widgets to adjust them to
the high resolution of the chromebook.

Currently the theme supports GTK 2.0 and xfce4.


------------------------------------------------------------------------
Installation

You must configure the project before you can install it. Run the
following command to configure the project:

$ ./configure.sh

The shell prompt will ask you some questions.

After that the following command will install the 'chromebook' theme
globally for all users:

$ sudo make install

After installation you can choose the theme within your settings.

You can also install the theme locally in your home directory. The
following command will do so:

$ make PREFIX=~/.themes install


------------------------------------------------------------------------
Enabling the Theme

After installation you can enable the theme in the following dialogs:
* Settings -> Appearance -> Stye
* Settings -> Window Manager -> Style

Choose 'chromebook' in both cases.


------------------------------------------------------------------------
Authors

Markus Peröbner

About

chromebook pixel configurations for the use with debian linux

License:GNU General Public License v3.0


Languages

Language:Shell 95.7%Language:Makefile 4.3%