diff options
author | fadhil riyanto <me@fadev.org> | 2024-08-18 10:46:34 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-08-18 10:46:34 +0700 |
commit | e1de4a440fdbd59fcb168b6e75b150d2986ffa9d (patch) | |
tree | a870d1a0b0fbd22f5417aa34c83982611ec5401e | |
parent | 167c85b7d92557d056b3bb22987c8f0f2386e0ba (diff) |
add charging state file
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #define LITERATION_SLEEP 1 // second #define BAT0_DIR "/sys/class/power_supply/BAT0/capacity" +#define BAT_CHARGING_STATE_0_DIR "/sys/class/power_supply/BAT0/status" #define MAX_EVENTS 1 #define DESKTOP_NAME "FadhilLinux" #define NOTIFY_SEND_PATH "/usr/bin/notify-send" |