From 11f2f671849916e883b20914abb72bc54930689f Mon Sep 17 00:00:00 2001 From: piotr Date: Sat, 3 Feb 2024 04:26:49 +0100 Subject: [PATCH] update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8473e60..d4b7cd5 100644 --- a/README.md +++ b/README.md @@ -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. 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) -and `nwggrid`. +a pinned item to unpin it. The pinned items cache is shared with [nwg-menu](https://github.com/nwg-piotr/nwg-menu). -Below the grid there is the power bar - a row of buttons to lock 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" +Below the grid there is the power bar - a row of buttons to lock the screen, exit the compositor, reboot, suspend and power +the machine off. For each button to appear, you need to provide a corresponding command. See "Command line arguments" below. screenshot
-[![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 icons. +To close the window w/o running a program, you may use `Esc` key, or right-click the window next to the grid. ## 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 +[![Packaging status](https://repology.org/badge/vertical-allrepos/nwg-drawer.svg)](https://repology.org/project/nwg-drawer/versions) + ### Dependencies - go >=1.20 (just to build)