Fix example dbus script after TYPE_ENUM change

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-08-09 23:40:20 +01:00
parent fae30d46e7
commit bc60e06e23
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ service="com.github.chjj.compton.${dpy}"
interface="com.github.chjj.compton"
compton_dbus="dbus-send --print-reply --dest="${service}" / "${interface}"."
type_win='uint32'
type_enum='uint16'
type_enum='uint32'
# === Color Inversion ===