Updated README.

This commit is contained in:
Sam Hewitt 2015-03-13 14:18:38 -04:00
parent f6667b29e3
commit dfd99fbb40
2 changed files with 5 additions and 5 deletions

View File

@ -1331,7 +1331,7 @@ StScrollBar {
padding: 4px 4px 5px; padding: 4px 4px 5px;
color: #555; color: #555;
background-color: #fff; background-color: #fff;
border-radius: 0 0 6px 6px; } border-radius: 0 0 2px 2px; }
.notification-icon-button { .notification-icon-button {
padding: 5px; padding: 5px;

View File

@ -5,12 +5,12 @@ Paper Theme
###Preamble ###Preamble
Paper has been developed primarily for GNOME and other GTK3 desktops, legacy desktops will not have the same experience. Paper has been developed primarily with modern GTK3 (GNOME-based) desktop environments in mind, legacy-toolkit and GTK2 environments will not provide an ideal experience, as much of the visual design relies on modern GTK3+ widgets.
Paper is distributed under the terms the GNU General Public License (GNU GPL v.3). Paper is distributed under the terms the GNU General Public License (GNU GPL v.3).
###Installation & Usage ###Installation & Usage
If you download the provided archive, extract it and run the included install script. If you download the provided archive, extract it and run the included install script.
bash install.sh bash install.sh
@ -42,10 +42,10 @@ To render new assets from their source SVG files, run the following:
./render-gnome-shell-assets.py ./render-gnome-shell-assets.py
./render-wm-assets.py ./render-wm-assets.py
If it's throwing an error, the script may not be executable, try: If scripts are throwing errors, they may not be executable, try:
chmod +x * chmod +x *
This script will look in the source directories (../src/*) and render the respective icons (provided there are changes). Each script will look in the asset source directories (../src/*) and render the respective assets (provided there are changes) to the appropriate locations.
----------- -----------