feat: refresh mail widget

This commit is contained in:
2025-10-18 20:32:12 +02:00
parent c256931b1d
commit 7962947f80
2 changed files with 7 additions and 0 deletions

View File

@@ -37,6 +37,9 @@
makku = pkgs.writeShellScriptBin "makku" ''
dbus-send --session --print-reply --dest=org.Fabric.fabric.bar /org/Fabric/fabric org.Fabric.fabric.Evaluate string:"finder.show()" > /dev/null 2>&1
'';
notmuch-refresh = pkgs.writeShellScriptBin "notmuch-refresh" ''
dbus-send --session --print-reply --dest=org.Fabric.fabric.bar /org/Fabric/fabric org.Fabric.fabric.Evaluate string:"notmuch_widget.service.update_unread_count() if notmuch_widget else None" > /dev/null 2>&1
'';
};
apps.default = {
type = "app";