Is it possible to write a script that makes the following appear in dbus-monitor?
PS: I'm trying to implement a script that changes a cursor theme while being capable to run on distros without plasma-apply-cursortheme binary. The only workaround I've managed to figure out so far is by setting XCURSOR_THEME and restarting a few apps. If you manage to find a way that doesn't require restarting apps, please let me know.
Thank you very much.
Code:
signal time=1722266455.487564 sender=:1.581 -> destination=(null destination) serial=3 path=/kcminputrc; interface=org.kde.kconfig.notify; member=ConfigChanged array [ dict entry( string "Mouse" array [ array of bytes "cursorTheme" ] ) ]
Thank you very much.
Comment