aboutsummaryrefslogtreecommitdiff
path: root/logout-manager-tcl.py
diff options
context:
space:
mode:
Diffstat (limited to 'logout-manager-tcl.py')
-rwxr-xr-xlogout-manager-tcl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/logout-manager-tcl.py b/logout-manager-tcl.py
index afe6632..cfeb851 100755
--- a/logout-manager-tcl.py
+++ b/logout-manager-tcl.py
@@ -21,6 +21,7 @@
# natural sort https://stackoverflow.com/questions/46228101/sort-list-of-strings-by-two-substrings-using-lambda-function/46228199#46228199
# tooltips https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter/41381685#41381685
# rsvg https://stackoverflow.com/questions/10393675/rsvg-with-python-3-2-on-ubuntu/19744099#19744099
+# svg for tkinter http://code.activestate.com/lists/python-list/595078/
# Improve:
# add svg support
# Dependencies:
bgstack15