diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index 3bb7759..2494288 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -1331,7 +1331,7 @@ StScrollBar { padding: 4px 4px 5px; color: #555; background-color: #fff; - border-radius: 0 0 6px 6px; } + border-radius: 0 0 2px 2px; } .notification-icon-button { padding: 5px; diff --git a/README.md b/README.md index 5b164a5..5a025c0 100755 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ Paper Theme ###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). ###Installation & Usage - + If you download the provided archive, extract it and run the included install script. 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-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 * -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. ----------- \ No newline at end of file