Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 24c40df

Browse files
committed
descriptions updated
1 parent efff14c commit 24c40df

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

sgtk_menu/bar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# _*_ coding: utf-8 _*_
33

44
"""
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.
66
77
Author: Piotr Miller
88
Copyright (c) 2020 Piotr Miller & Contributors

sgtk_menu/dmenu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# _*_ coding: utf-8 _*_
33

44
"""
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.
66
77
Author: Piotr Miller
88
Copyright (c) 2020 Piotr Miller & Contributors

sgtk_menu/grid.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# _*_ coding: utf-8 _*_
33

44
"""
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.
67
78
Author: Piotr Miller
89
Copyright (c) 2020 Piotr Miller & Contributors
@@ -217,6 +218,7 @@ def open_menu():
217218
subprocess.run(['i3-msg', 'floating', 'enable'], stdout=subprocess.DEVNULL)
218219
subprocess.run(['i3-msg', 'border', 'none'], stdout=subprocess.DEVNULL)
219220

221+
220222
class MainWindow(Gtk.Window):
221223
def __init__(self):
222224
global args

sgtk_menu/menu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# _*_ coding: utf-8 _*_
33

44
"""
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.
66
77
Author: Piotr Miller
88
Copyright (c) 2020 Piotr Miller & Contributors

0 commit comments

Comments
 (0)