From e646a134db5f4dcaf4fff4e8232229ae5f468cef Mon Sep 17 00:00:00 2001 From: awwpotato <153149335+awwpotato@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:41:24 -0800 Subject: [PATCH] waybar: fix typo (#810) Link: https://github.com/danth/stylix/pull/810 Fixes: e81bd0cffada ("waybar: add addCss option (#804)") Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/waybar/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/waybar/hm.nix b/modules/waybar/hm.nix index bb2cee2d..0d4090ed 100644 --- a/modules/waybar/hm.nix +++ b/modules/waybar/hm.nix @@ -2,7 +2,7 @@ with config.lib.stylix.colors.withHashtag; with config.stylix.fonts; let - cfg = config.style.targets.waybar; + cfg = config.stylix.targets.waybar; colorlessModules = place: '' .modules-${place} #workspaces button { border-bottom: 3px solid transparent;