diff options
author | B Stack <bgstack15@gmail.com> | 2020-04-02 08:58:32 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-04-02 09:06:45 -0400 |
commit | 81aec2b35e2f61319080fabf9cd3c43113eadbae (patch) | |
tree | 95b6c74037734de482daa990558af05a74902e8d /src/usr/bin/logout-manager-trayicon | |
parent | fix #2 and #3 distro name (diff) | |
download | logout-manager-81aec2b35e2f61319080fabf9cd3c43113eadbae.tar.gz logout-manager-81aec2b35e2f61319080fabf9cd3c43113eadbae.tar.bz2 logout-manager-81aec2b35e2f61319080fabf9cd3c43113eadbae.zip |
add man pages and drop .py endings
Diffstat (limited to 'src/usr/bin/logout-manager-trayicon')
-rwxr-xr-x | src/usr/bin/logout-manager-trayicon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/bin/logout-manager-trayicon b/src/usr/bin/logout-manager-trayicon index 012e2bd..7a6fd25 100755 --- a/src/usr/bin/logout-manager-trayicon +++ b/src/usr/bin/logout-manager-trayicon @@ -12,7 +12,7 @@ # button right click must be from "button-press-event" and import Gdk https://python-gtk-3-tutorial.readthedocs.io/en/latest/menus.html # useful reference https://lazka.github.io/pgi-docs/Gtk-3.0/classes/Button.html#Gtk.Button # systray info https://github.com/PiSupply/PiJuice/blob/master/Software/Source/src/pijuice_tray.py -# logout-manager-gtk.py +# logout-manager-gtk # how to determine double click https://stackoverflow.com/questions/60009648/is-there-a-better-way-to-handle-double-click-in-pygobject # interactive python3 shell and help(Gdk.EventType) # https://developer.gnome.org/gtk3/unstable/GtkWidget.html#GtkWidget-button-press-event |