summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/status/sb-os6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/status/sb-os b/.local/bin/status/sb-os
index 9f5b4b2..304aa19 100755
--- a/.local/bin/status/sb-os
+++ b/.local/bin/status/sb-os
@@ -1,9 +1,9 @@
#!/bin/sh
case $(hostname -s) in
- mother) os=^c#83a598^" ;;
- po-rbo) os=^c#8ec07c^" ;;
- mars) os=^c#fb4934^" ;;
+ mother) os="^c#83a598^" ;;
+ po-rbo) os="^c#8ec07c^" ;;
+ mars) os="^c#fb4934^" ;;
esac
echo "$os "