diff options
author | fadhil riyanto <me@fadev.org> | 2024-08-17 13:34:34 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-08-17 13:34:34 +0700 |
commit | 3e7869ca64f28cad50b237eb44df2424d1732488 (patch) | |
tree | a102f118ac003afbba5296aac4271d580f801815 /config.h | |
parent | a85ecc5de8901897e180459a44375b8e63e7d429 (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.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |