diff --git a/README.md b/README.md index ddbcb73..d086184 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ RMenu ------ + + Another customizable Application-Launcher written in Rust ### Features @@ -19,7 +25,7 @@ $ make install ### Usage -RMenu Comes with Two Bultin Plugins: "Desktop Run" aka `drun`. +RMenu Comes with Two Builtin Plugins: "Desktop Run" aka `drun`. ```bash $ rmenu -r run @@ -55,4 +61,16 @@ Customize the entire app's appearance with CSS. A few [Example Themes](./themes/ are available as reference. To try them out use: `rmenu --css ` or move the css file to `$HOME/.config/rmenu/style.css` +### Example Screenshots +#### Launchpad +![launchpad](./screenshots/launchpad.png) + +#### Nord +![nord](./screenshots/nord.png) + +#### Dark +![dark](./screenshots/dark.png) + +#### Solarized +![solzarized](./screenshots/solarized.png) diff --git a/screenshots/dark.png b/screenshots/dark.png new file mode 100644 index 0000000..2af2f41 Binary files /dev/null and b/screenshots/dark.png differ diff --git a/screenshots/default.png b/screenshots/default.png new file mode 100644 index 0000000..381d0f9 Binary files /dev/null and b/screenshots/default.png differ diff --git a/screenshots/launchpad.png b/screenshots/launchpad.png new file mode 100644 index 0000000..b9d2018 Binary files /dev/null and b/screenshots/launchpad.png differ diff --git a/screenshots/nord.png b/screenshots/nord.png new file mode 100644 index 0000000..50ad313 Binary files /dev/null and b/screenshots/nord.png differ diff --git a/screenshots/solarized.png b/screenshots/solarized.png new file mode 100644 index 0000000..50d8ef7 Binary files /dev/null and b/screenshots/solarized.png differ