summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-08-17 13:34:34 +0700
committerfadhil riyanto <me@fadev.org>2024-08-17 13:34:34 +0700
commit3e7869ca64f28cad50b237eb44df2424d1732488 (patch)
treea102f118ac003afbba5296aac4271d580f801815 /config.h
parenta85ecc5de8901897e180459a44375b8e63e7d429 (diff)
updae bat0dir, add desktop name, and notify send path
Signed-off-by: fadhil riyanto <me@fadev.org>
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.h b/config.h
index 8c37ab5..a858e13 100644
--- a/config.h
+++ b/config.h
@@ -1,3 +1,5 @@
#define LITERATION_SLEEP 1 // second
-#define BAT0_DIR "/home/fadhil_riyanto/BALI64/xrootd/CMakeLists.txt"
-#define MAX_EVENTS 1 \ No newline at end of file
+#define BAT0_DIR "/sys/class/power_supply/BAT0/capacity"
+#define MAX_EVENTS 1
+#define DESKTOP_NAME "FadhilLinux"
+#define NOTIFY_SEND_PATH "/usr/bin/notify-send" \ No newline at end of file