From 330056d95a2e223edc16e457781ff5e223abb516 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 4 Nov 2025 18:31:15 +0400 Subject: feat: add notification to bar --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index e94c31c..73600e3 100644 --- a/config.h +++ b/config.h @@ -4,6 +4,7 @@ #define BROWSER "firefox" #define TERMINAL "st" +#define NOTIFICATION_FILE "/tmp/noti.txt" /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ @@ -170,5 +171,5 @@ static const Button buttons[] = { /* trigger signals using `xsetroot -name "fsignal:"` */ static Signal signals[] = { /* signum function argument */ - { 1, setlayout, {.v = 0} }, + { 1, updatenotification, {.v = 0} }, }; -- cgit v1.2.3