Added '-' to log path between id

This commit is contained in:
Allen
2023-08-01 02:38:26 -05:00
parent 0e35b66df9
commit 4968168d36

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)