From ab81a2e56708d2a025aefc1c9ccaedf61d30a3c0 Mon Sep 17 00:00:00 2001 From: brustybee Date: Tue, 17 Mar 2026 18:46:59 +0530 Subject: COLORSSSSS --- common/modules/mango/scripts.nix | 2 +- common/modules/mango/waybar.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/modules/mango') diff --git a/common/modules/mango/scripts.nix b/common/modules/mango/scripts.nix index 9400889..a085ef1 100644 --- a/common/modules/mango/scripts.nix +++ b/common/modules/mango/scripts.nix @@ -87,7 +87,7 @@ let [ "$theme" == "light" ] && mode_flag="light" matugen image "$wall" -m "$mode_flag" -t "$color_type" --source-color-index 0 2>/dev/null - wallust -q -s run "$wall" 2>/dev/null + wallust -q -s run -p "''${mode_flag}16" "$wall" 2>/dev/null systemctl --user restart xdg-desktop-portal-gtk if [ "$mode_flag" = "dark" ]; then diff --git a/common/modules/mango/waybar.nix b/common/modules/mango/waybar.nix index 83f9d9c..c6ec509 100644 --- a/common/modules/mango/waybar.nix +++ b/common/modules/mango/waybar.nix @@ -74,7 +74,7 @@ in cpu = { interval = 2; - format = " {load}%"; + format = " {usage}%"; }; "wlr/taskbar" = { -- cgit v1.3.1