File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
As it's never too late to learn something new, I decided to try and code my
6
6
[ 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.
9
8
10
9
![ demo-gif] ( http://nwg.pl/Lychee/uploads/big/0b284762e075ee04df1d0a378ce5e20a.gif )
11
10
@@ -130,7 +129,7 @@ This command creates a horizontal or vertical button bar, out of a template file
130
129
131
130
```
132
131
$ 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
134
133
135
134
Options:
136
135
-h show this help message and exit
@@ -226,7 +225,7 @@ This program provides 2 commands:
226
225
227
226
```
228
227
$ 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
230
229
231
230
<input> | nwgdmenu - displays newline-separated stdin input as a GTK menu
232
231
nwgdmenu - creates a GTK menu out of commands found in $PATH
You can’t perform that action at this time.
0 commit comments