From b1a84f898284de362536a91efaa4c0cd6b338973 Mon Sep 17 00:00:00 2001 From: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com> Date: Fri, 5 Sep 2025 23:41:37 +0200 Subject: [PATCH] fnott: rename progress-bar-color setting to progress-color (#1872) Rename progress-bar-color setting to progress-color, following upstream commit [1] ("notification: implement progress-as-background"). [1]: https://codeberg.org/dnkl/fnott/commit/f78cf9887eef99ff6398d11dc41b0f14ca750b4f Link: https://github.com/nix-community/stylix/pull/1872 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/fnott/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fnott/hm.nix b/modules/fnott/hm.nix index 3d26fdb5..984459b4 100644 --- a/modules/fnott/hm.nix +++ b/modules/fnott/hm.nix @@ -38,7 +38,7 @@ mkTarget { title-color = fg base05; summary-color = fg base05; body-color = fg base05; - progress-bar-color = fg base02; + progress-color = fg base02; background = bg base00; };