Re-add - for id

This commit is contained in:
Allen
2024-01-16 17:18:33 -06:00
parent 85f77e5019
commit 3c944fdc28

View File

@ -18,7 +18,7 @@ func main() {
os.Exit(1) os.Exit(1)
} }
args := fmt.Sprintf("type='signal',path='/org/xmonad/Log_%s',interface='org.xmonad.Log',member='Update'", os.Args[1]) args := fmt.Sprintf("type='signal',path='/org/xmonad/Log-%s',interface='org.xmonad.Log',member='Update'", os.Args[1])
conn.BusObject().Call("org.freedesktop.DBus.AddMatch", 0, args) conn.BusObject().Call("org.freedesktop.DBus.AddMatch", 0, args)