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 ed89661..3c50172 100644
--- a/dot_config/waybar/executable_mako-status.sh
+++ b/dot_config/waybar/executable_mako-status.sh
@@ -14,13 +14,13 @@ pending=$(makoctl list 2>/dev/null |
grep -c '"summary"' || true)
if [ "$pending" -gt 0 ]; then
- text="!$pending"
+ text="NTF !$pending"
class="pending"
elif [ "$count" -gt 0 ]; then
- text="$count"
+ text="NTF $count"
class="history"
else
- text="0"
+ text="NTF 0"
class="empty"
fi