commit c40daa4c415cd7d65e0a72636451da94b1a04584 parent 07f028e19d2a4e29db756bd218856e3be5ffae78 Author: Francesco Saccone <francesco@francescosaccone.com> Date: Fri, 11 Apr 2025 19:19:06 +0200 feat: use emojis Signed-off-by: Francesco Saccone <francesco@francescosaccone.com> Diffstat:
M | modules/home/sway/bar/default.nix | | | 22 | +++++++++++----------- |
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/modules/home/sway/bar/default.nix b/modules/home/sway/bar/default.nix @@ -85,22 +85,22 @@ enable = true; position = 0; settings = { - format_up = "WIR: %essid"; - format_down = "WIR: None"; + format_up = "📡 %essid"; + format_down = "📡 None"; }; }; "battery all" = { enable = true; position = 1; settings = { - format = "BAT: %percentage [%status]"; - format_down = "BAT: None"; + format = "🔋 %percentage %status"; + format_down = "🔋 None"; format_percentage = "%.01f%s"; - status_chr = "+"; - status_bat = "-"; - status_unk = "?"; - status_full = "F"; - status_idle = "I"; + status_chr = "⚡"; + status_bat = ""; + status_unk = ""; + status_full = "✅"; + status_idle = ""; low_threshold = 15; threshold_type = "percentage"; last_full_capacity = false; @@ -111,7 +111,7 @@ enable = true; position = 2; settings = { - format = "CPU: %degrees°C"; + format = "🌡️ %degrees°C"; max_threshold = 75; }; }; @@ -119,7 +119,7 @@ enable = true; position = 3; settings = { - format = "RAM: %percentage_used"; + format = "🧠 %percentage_used"; threshold_degraded = "10%"; threshold_critical = "5%"; unit = "auto";