mirror of
https://github.com/imgurbot12/rmenu.git
synced 2025-01-12 15:26:16 +01:00
feat: included theme screenshots
This commit is contained in:
parent
101f2b8b4d
commit
e28b333cd5
6 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -1,6 +1,12 @@
|
|||
RMenu
|
||||
------
|
||||
|
||||
<!--
|
||||
TODO: improve documentation:
|
||||
2. explain exchange format and rmenu-build tool
|
||||
3. include more examples including fullscreen/transparent app-window
|
||||
-->
|
||||
|
||||
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 <my-css-theme>`
|
||||
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)
|
||||
|
|
BIN
screenshots/dark.png
Normal file
BIN
screenshots/dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
screenshots/default.png
Normal file
BIN
screenshots/default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
screenshots/launchpad.png
Normal file
BIN
screenshots/launchpad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 391 KiB |
BIN
screenshots/nord.png
Normal file
BIN
screenshots/nord.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
BIN
screenshots/solarized.png
Normal file
BIN
screenshots/solarized.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in a new issue