diff options
Diffstat (limited to '.local/bin/status/sb-os')
-rwxr-xr-x | .local/bin/status/sb-os | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/status/sb-os b/.local/bin/status/sb-os index 5f0973e..9f5b4b2 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="" ;; - po-rbo) os="" ;; - mars) os="" ;; + mother) os=^c#83a598^" ;; + po-rbo) os=^c#8ec07c^" ;; + mars) os=^c#fb4934^" ;; esac echo "$os " |