update README.md

This commit is contained in:
piotr
2024-02-03 04:26:49 +01:00
parent 038fddc9da
commit 11f2f67184

View File

@@ -10,18 +10,15 @@ The `nwg-drawer` command displays the application grid. The search entry allows
and for files in XDG user directories. The grid view may also be filtered by categories. and for files in XDG user directories. The grid view may also be filtered by categories.
You may pin applications by right-clicking them. Pinned items will appear above the application grid. Right-click You may pin applications by right-clicking them. Pinned items will appear above the application grid. Right-click
a pinned item to unpin it. The pinned items cache is shared with [nwg-menu](https://github.com/nwg-piotr/nwg-menu) a pinned item to unpin it. The pinned items cache is shared with [nwg-menu](https://github.com/nwg-piotr/nwg-menu).
and `nwggrid`.
Below the grid there is the power bar - a row of buttons to lock screen, exit the compositor, reboot, suspend and power Below the grid there is the power bar - a row of buttons to lock the screen, exit the compositor, reboot, suspend and power
your machine off. For each button to appear, you need to provide the corresponding command. See "Command line arguments" the machine off. For each button to appear, you need to provide a corresponding command. See "Command line arguments"
below. below.
<img src="https://github.com/nwg-piotr/nwg-drawer/assets/20579136/8f4eacb4-5395-4350-889b-a9037aa34f08" width=640 alt="screenshot"><br> <img src="https://github.com/nwg-piotr/nwg-drawer/assets/20579136/8f4eacb4-5395-4350-889b-a9037aa34f08" width=640 alt="screenshot"><br>
[![Packaging status](https://repology.org/badge/vertical-allrepos/nwg-drawer.svg)](https://repology.org/project/nwg-drawer/versions) To close the window w/o running a program, you may use `Esc` key, or right-click the window next to the grid.
To close the window w/o running a program, you may use `Esc` key, or right-click the window next to the icons.
## v0.2.x note ## v0.2.x note
@@ -30,6 +27,8 @@ To close the window w/o running a program, you may use `Esc` key, or right-click
## Installation ## Installation
[![Packaging status](https://repology.org/badge/vertical-allrepos/nwg-drawer.svg)](https://repology.org/project/nwg-drawer/versions)
### Dependencies ### Dependencies
- go >=1.20 (just to build) - go >=1.20 (just to build)