diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-18 14:43:06 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-18 14:43:06 +0100 |
commit | b3e4cbdde1444b134d8b2729f3abcee405ca1241 (patch) | |
tree | 3bc2775ba0106e6c39bc8a129d6789d00c3bf841 /include/notifications/dbus-shared.h | |
parent | dc16358bcceeb687df7f0a37fdcd3593844dcc7e (diff) | |
parent | ea5f8163231a81e4f0769a518db819c8a1fc78f6 (diff) | |
download | ayatana-indicator-datetime-b3e4cbdde1444b134d8b2729f3abcee405ca1241.tar.gz ayatana-indicator-datetime-b3e4cbdde1444b134d8b2729f3abcee405ca1241.tar.bz2 ayatana-indicator-datetime-b3e4cbdde1444b134d8b2729f3abcee405ca1241.zip |
Merge branch 'tari01-pr/enable-hfd-service-haptic'
Attributes GH PR #78: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/78
Diffstat (limited to 'include/notifications/dbus-shared.h')
-rw-r--r-- | include/notifications/dbus-shared.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/notifications/dbus-shared.h b/include/notifications/dbus-shared.h index ea47328..931667e 100644 --- a/include/notifications/dbus-shared.h +++ b/include/notifications/dbus-shared.h @@ -31,9 +31,8 @@ #define BUS_POWERD_PATH "/com/lomiri/Repowerd" #define BUS_POWERD_INTERFACE "com.lomiri.Repowerd" -//TODO: Reimplement using hfd-service -//#define BUS_HAPTIC_NAME "" -//#define BUS_HAPTIC_PATH "" -//#define BUS_HAPTIC_INTERFACE "" +#define BUS_HAPTIC_NAME "com.lomiri.hfd" +#define BUS_HAPTIC_PATH "/com/lomiri/hfd" +#define BUS_HAPTIC_INTERFACE "com.lomiri.hfd.Vibrator" #endif /* INDICATOR_NOTIFICATIONS_DBUS_SHARED_H */ |