diff --git a/README.md b/README.md index f1eaf8c..d5f4df0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,31 @@ may be configured to display information from one of the generators. In addition, the script may be configured to generate a terminal title and/or terminal icon title. +### Themes + +#### Unthemed (but using custom layout): +![Unthemed](screenshots/theme-unthemed.png) + +#### `ascii_yb` theme +![`ascii_yb` theme](screenshots/theme-ascii_yb.png) + +#### `ascii_gyr` theme +![`ascii_gyr` theme](screenshots/theme-ascii_gyr.png) + +#### `blocks_yb` theme +![`blocks_yb` theme](screenshots/theme-blocks_yb.png) + +#### `blocks_gyr` theme +![`blocks_gyr` theme](screenshots/theme-blocks_gyr.png) + +#### `powerline_yb` theme +![`powerline_yb` theme](screenshots/theme-powerline_yb.png) +(requires a Powerline font) + +#### `powerline_gyr` theme +![`powerline_gyr` theme](screenshots/theme-powerline_gyr.png) +(requires a Powerline font) + ## Installing GPrompt GPrompt may be installed either at the system level or on a per-user basis. diff --git a/screenshots/session.png b/screenshots/session.png new file mode 100644 index 0000000..4d017bd Binary files /dev/null and b/screenshots/session.png differ diff --git a/screenshots/theme-ascii_gyr.png b/screenshots/theme-ascii_gyr.png new file mode 100644 index 0000000..560143b Binary files /dev/null and b/screenshots/theme-ascii_gyr.png differ diff --git a/screenshots/theme-ascii_yb.png b/screenshots/theme-ascii_yb.png new file mode 100644 index 0000000..f7bfc4d Binary files /dev/null and b/screenshots/theme-ascii_yb.png differ diff --git a/screenshots/theme-blocks_gyr.png b/screenshots/theme-blocks_gyr.png new file mode 100644 index 0000000..57db303 Binary files /dev/null and b/screenshots/theme-blocks_gyr.png differ diff --git a/screenshots/theme-blocks_yb.png b/screenshots/theme-blocks_yb.png new file mode 100644 index 0000000..f17303d Binary files /dev/null and b/screenshots/theme-blocks_yb.png differ diff --git a/screenshots/theme-powerline_gyr.png b/screenshots/theme-powerline_gyr.png new file mode 100644 index 0000000..e13071d Binary files /dev/null and b/screenshots/theme-powerline_gyr.png differ diff --git a/screenshots/theme-powerline_yb.png b/screenshots/theme-powerline_yb.png new file mode 100644 index 0000000..4fe2055 Binary files /dev/null and b/screenshots/theme-powerline_yb.png differ diff --git a/screenshots/theme-unthemed.png b/screenshots/theme-unthemed.png new file mode 100644 index 0000000..1ea6b5c Binary files /dev/null and b/screenshots/theme-unthemed.png differ