Switch to xapp-symbolic-icons (XSI)
Recent Commits to sticky:master
-
Switch to xapp-symbolic-icons (XSI)
-
Switch to XApp symbolic icons
Switch to XApp symbolic icons
-
get_internal_markup(): don't skip a tag due to removing it from a list.
get_internal_markup(): don't skip a tag due to removing it from a list. Fixes #134
-
Don't segfault when opening and closing the status icon context menu.
Don't segfault when opening and closing the status icon context menu. This works around a bug in xapp that was intermittently causing a segfault when opening and closing the status icon context menu. It has the added benefit of only rebuilding the menu when a group changes. Fixes #149
-
sticky.py: ensure new notes don't get placed off-screen or over a panel.
sticky.py: ensure new notes don't get placed off-screen or over a panel. This isn't the most elegant solution, but I worry about making this too complicated. Not tested in Wayland but (theoretically) should work. Fixes #151