This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Commit 24c40df 1 parent efff14c commit 24c40df Copy full SHA for 24c40df
File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
# _*_ coding: utf-8 _*_
3
3
4
4
"""
5
- This is an external command for the sgtk-menu package to display a button bar w/ user-defined commands .
5
+ This script creates a button bar out of user-defined template .
6
6
7
7
Author: Piotr Miller
8
8
Copyright (c) 2020 Piotr Miller & Contributors
Original file line number Diff line number Diff line change 2
2
# _*_ coding: utf-8 _*_
3
3
4
4
"""
5
- This script creates Gtk.Menu out of commands found in $PATH.
5
+ This script creates a Gtk.Menu out of commands found in $PATH.
6
6
7
7
Author: Piotr Miller
8
8
Copyright (c) 2020 Piotr Miller & Contributors
Original file line number Diff line number Diff line change 2
2
# _*_ coding: utf-8 _*_
3
3
4
4
"""
5
- This is an attempt to develop a menu that behaves decently on sway window manager, and also works on i3.
5
+ This script creates a GNOME-like application grid out of .desktop files content,
6
+ optionally prepended with a menu created out of user-defined template.
6
7
7
8
Author: Piotr Miller
8
9
Copyright (c) 2020 Piotr Miller & Contributors
@@ -217,6 +218,7 @@ def open_menu():
217
218
subprocess .run (['i3-msg' , 'floating' , 'enable' ], stdout = subprocess .DEVNULL )
218
219
subprocess .run (['i3-msg' , 'border' , 'none' ], stdout = subprocess .DEVNULL )
219
220
221
+
220
222
class MainWindow (Gtk .Window ):
221
223
def __init__ (self ):
222
224
global args
Original file line number Diff line number Diff line change 2
2
# _*_ coding: utf-8 _*_
3
3
4
4
"""
5
- This is an attempt to develop a menu that behaves decently on sway window manager, and also works on i3.
5
+ This is an attempt to develop a menu that behaves decently on sway window manager, and also works on i3 & Openbox .
6
6
7
7
Author: Piotr Miller
8
8
Copyright (c) 2020 Piotr Miller & Contributors
You can’t perform that action at this time.
0 commit comments