taffybar: refine tray behavior and add SNI menu debug tooling

This commit is contained in:
2026-02-10 22:42:47 -08:00
committed by Kat Huang
parent 5bfb1a5884
commit 1c461048d9
9 changed files with 307 additions and 54 deletions

View File

@@ -17,8 +17,9 @@ makeEnable config "myModules.notifications-tray-icon" true {
mkService = description: execStart: {
Unit = {
Description = description;
After = [ "graphical-session-pre.target" "tray.target" ];
After = [ "graphical-session.target" "tray.target" ];
PartOf = [ "graphical-session.target" ];
Requires = [ "tray.target" ];
};
Service = {
ExecStart = execStart;