aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/waybar/executable_mako-status.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/waybar/executable_mako-status.sh')
-rw-r--r--dot_config/waybar/executable_mako-status.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/waybar/executable_mako-status.sh b/dot_config/waybar/executable_mako-status.sh
index c0a4edd..791aabe 100644
--- a/dot_config/waybar/executable_mako-status.sh
+++ b/dot_config/waybar/executable_mako-status.sh
@@ -12,13 +12,13 @@ count=$(makoctl history 2>/dev/null | grep -c '^Notification ' || true)
pending=$(makoctl list 2>/dev/null | grep -c '^Notification ' || true)
if [ "$pending" -gt 0 ]; then
- text="NTF !$pending"
+ text="󰂞 $pending"
class="pending"
elif [ "$count" -gt 0 ]; then
- text="NTF $count"
+ text="󱇨 $count"
class="history"
else
- text="NTF 0"
+ text="󰂜"
class="empty"
fi