summaryrefslogtreecommitdiff
path: root/common/modules/mango/waybar.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-07 18:51:00 +0530
committerbrustybee <bee@4d2.org>2026-03-07 18:51:00 +0530
commit7dd886693c48fe94aa7b759e937a9cd15456512c (patch)
treea913b3aea75d801224b4512856d28b8d902f6727 /common/modules/mango/waybar.nix
parent6b7e27bb07f48031f003557815a1fe0b7450194d (diff)
term sequence to chnage colors on fly and update wall-picker to include sequence script
Diffstat (limited to 'common/modules/mango/waybar.nix')
-rw-r--r--common/modules/mango/waybar.nix8
1 files changed, 4 insertions, 4 deletions
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";
};
};