From 07770a093408dca5bc7a10979e28dc9eccd5f753 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 22 Feb 2022 18:11:07 +0100 Subject: [PATCH] home: i3bar: fix deprecated option for pom block --- home/x/i3bar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index dc67f45..9e8246f 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -54,7 +54,7 @@ in block = "pomodoro"; length = 60; break_length = 10; - use_nag = true; + notifier = "i3nag"; } { block = "disk_space";