From 7dd886693c48fe94aa7b759e937a9cd15456512c Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 7 Mar 2026 18:51:00 +0530 Subject: term sequence to chnage colors on fly and update wall-picker to include sequence script --- common/modules/mango/waybar.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/modules/mango') diff --git a/common/modules/mango/waybar.nix b/common/modules/mango/waybar.nix index b4aeb48..8ff9996 100644 --- a/common/modules/mango/waybar.nix +++ b/common/modules/mango/waybar.nix @@ -192,10 +192,10 @@ in tooltip-format = "Power profile: {profile}\nDriver: {driver}"; tooltip = true; format-icons = { - default = " "; - performance = " "; - balanced = " "; - power-saver = " "; + default = "NIGGA"; + performance = "PERF"; + balanced = "BAL"; + power-saver = "LOW"; }; }; -- cgit v1.3.1