From a2056d918580dab8ed9f988a6a8ab78b75bb693e Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Sat, 17 Aug 2024 14:29:21 +0700 Subject: add xsetroot support Signed-off-by: fadhil riyanto --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3