Add Windows platform integration scaffolding

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-10 12:36:47 -04:00
committed by Brandon McGinty
parent fab4fd50d2
commit 9c487c2586
9 changed files with 138 additions and 66 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ func (c *Config) LoadConfig() {
jc.Username = &username
}
if c.config.NotifyCommand == nil {
ncmd := string("/usr/share/barnard/barnard-sound.sh \"%event\" \"%who\" \"%what\"")
ncmd := defaultNotifyCommand()
jc.NotifyCommand = &ncmd
}
if c.config.NoiseSuppressionEnabled == nil {