summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-08-17 14:29:21 +0700
committerfadhil riyanto <me@fadev.org>2024-08-17 14:29:21 +0700
commita2056d918580dab8ed9f988a6a8ab78b75bb693e (patch)
treeaea4523ab7b019a85ab4d9c82720bc38b6226dc2
parentb907912f3eddef1878f39bd13df13831e4f6bb26 (diff)
add xsetroot support
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index a858e13..04e636d 100644
--- a/config.h
+++ b/config.h
@@ -2,4 +2,5 @@
#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
+#define NOTIFY_SEND_PATH "/usr/bin/notify-send"
+#define XSETROOT_PATH "/usr/bin/xsetroot" \ No newline at end of file