Skip to content

Commit 1821f2a

Browse files
committed
minor changes
1 parent 321da3b commit 1821f2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
As it's never too late to learn something new, I decided to try and code my
66
[sgtk-menu](https://github.com/nwg-piotr/sgtk-menu) set of launchers, written in python, from scratch in C++.
7-
By the way I'm trying to simplify their usage, by reducing the number of arguments. Whatever possible, is being moved
8-
to css style sheets.
7+
It went not bad, thanks to the help from Contributors - more experienced C++ developers.
98

109
![demo-gif](http://nwg.pl/Lychee/uploads/big/0b284762e075ee04df1d0a378ce5e20a.gif)
1110

@@ -130,7 +129,7 @@ This command creates a horizontal or vertical button bar, out of a template file
130129

131130
```
132131
$ nwgbar -h
133-
GTK button bar: nwgbar 0.3.1 (c) Piotr Miller & Contributors 2020
132+
GTK button bar: nwgbar 0.4.1 (c) Piotr Miller & Contributors 2020
134133
135134
Options:
136135
-h show this help message and exit
@@ -226,7 +225,7 @@ This program provides 2 commands:
226225

227226
```
228227
$ nwgdmenu -h
229-
GTK dynamic menu: nwgdmenu 0.3.1 (c) Piotr Miller & Contributors 2020
228+
GTK dynamic menu: nwgdmenu 0.4.1 (c) Piotr Miller & Contributors 2020
230229
231230
<input> | nwgdmenu - displays newline-separated stdin input as a GTK menu
232231
nwgdmenu - creates a GTK menu out of commands found in $PATH

0 commit comments

Comments
 (0)