feat: sims launcher

This commit is contained in:
2026-05-03 20:40:21 +02:00
parent c10709df26
commit 60757ee336
6 changed files with 190 additions and 126 deletions

View File

@@ -36,6 +36,17 @@ notmuch_widget = None
app = Application("sims", dummy, finder)
@Application.action()
def open_finder():
finder.show()
@Application.action()
def refresh_notmuch():
if notmuch_widget is not None:
notmuch_widget.service.update_unread_count()
# Load CSS - use Stylix if enabled, otherwise use default
if STYLIX.get("enable", False):
stylix_css_path = get_stylix_css_path()