diff options
author | fadhil riyanto <me@fadev.org> | 2024-08-17 14:29:21 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-08-17 14:29:21 +0700 |
commit | a2056d918580dab8ed9f988a6a8ab78b75bb693e (patch) | |
tree | aea4523ab7b019a85ab4d9c82720bc38b6226dc2 | |
parent | b907912f3eddef1878f39bd13df13831e4f6bb26 (diff) |
add xsetroot support
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |