Add taffybar startup tray diagnostics
This commit is contained in:
8
dotfiles/config/taffybar/flake.lock
generated
8
dotfiles/config/taffybar/flake.lock
generated
@@ -288,11 +288,11 @@
|
||||
"xmonad-contrib": "xmonad-contrib"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1774123726,
|
||||
"narHash": "sha256-3tnAdYVLry1FDOyRQo2rmsjTnLAysVRNSCX51jg3YpY=",
|
||||
"lastModified": 1774189605,
|
||||
"narHash": "sha256-FCeWzFk+h39fkxKKH1hKGhTMk9WB/Xldo8u/8MaxUzg=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "84edf9c8ffdeb1edadb74af707b20c4e313ccc1b",
|
||||
"revCount": 2267,
|
||||
"rev": "f628c4e7298207aeb6dbb86467368bddb7d205e6",
|
||||
"revCount": 2268,
|
||||
"type": "git",
|
||||
"url": "file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar"
|
||||
},
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
# Example (uncomment as-needed):
|
||||
# System.Taffybar.DBus.Toggle: DEBUG
|
||||
# Graphics.UI.GIGtkStrut: DEBUG
|
||||
StatusNotifier.Tray: INFO
|
||||
StatusNotifier.Host.Service: INFO
|
||||
# Temporary startup debugging for tray duplication.
|
||||
StatusNotifier.Tray: DEBUG
|
||||
StatusNotifier.Host.Service: DEBUG
|
||||
System.Taffybar.Widget.SNITray.PrioritizedCollapsible: DEBUG
|
||||
System.Taffybar.LogLevels: INFO
|
||||
System.Taffybar.Context: DEBUG
|
||||
|
||||
Submodule dotfiles/config/taffybar/taffybar updated: 84edf9c8ff...f628c4e729
8
nixos/flake.lock
generated
8
nixos/flake.lock
generated
@@ -2007,11 +2007,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1774123726,
|
||||
"narHash": "sha256-3tnAdYVLry1FDOyRQo2rmsjTnLAysVRNSCX51jg3YpY=",
|
||||
"lastModified": 1774189605,
|
||||
"narHash": "sha256-FCeWzFk+h39fkxKKH1hKGhTMk9WB/Xldo8u/8MaxUzg=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "84edf9c8ffdeb1edadb74af707b20c4e313ccc1b",
|
||||
"revCount": 2267,
|
||||
"rev": "f628c4e7298207aeb6dbb86467368bddb7d205e6",
|
||||
"revCount": 2268,
|
||||
"type": "git",
|
||||
"url": "file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar"
|
||||
},
|
||||
|
||||
@@ -58,7 +58,13 @@ makeEnable config "myModules.taffybar" false {
|
||||
enable = true;
|
||||
package = inputs.imalison-taffybar.defaultPackage.${pkgs.stdenv.hostPlatform.system};
|
||||
};
|
||||
systemd.user.services.taffybar.Service.ExecCondition = "${skipTaffybarInKde}";
|
||||
systemd.user.services.taffybar.Service = {
|
||||
ExecCondition = "${skipTaffybarInKde}";
|
||||
# Temporary startup debugging: keep a plain-text log outside journald so
|
||||
# the next login/startup leaves easy-to-inspect tray traces behind.
|
||||
StandardOutput = "append:/tmp/taffybar-service.log";
|
||||
StandardError = "append:/tmp/taffybar-service.log";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user